const options = {method: 'GET'};
fetch('https://swap.ggp.gg/api/{blockchain}/permit/address', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"data": "<string>"
}GET Permit2 address
const options = {method: 'GET'};
fetch('https://swap.ggp.gg/api/{blockchain}/permit/address', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"data": "<string>"
}