@yodlpay/tokenlists 0.9.0-alpha.9 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abis-ts/YodlRouterV0.9.abi.d.ts +389 -513
- package/dist/chainlist-v1.json +72 -14
- package/dist/fiatCurrencies.json +7 -1
- package/dist/index.d.ts +389 -513
- package/dist/tokenlist-featured.json +554 -155
- package/dist/tokenlist-generated.json +25 -13
- package/dist/tokenlists.cjs.development.js +771 -941
- package/dist/tokenlists.cjs.development.js.map +1 -1
- package/dist/tokenlists.cjs.production.min.js +1 -1
- package/dist/tokenlists.cjs.production.min.js.map +1 -1
- package/dist/tokenlists.esm.js +772 -944
- package/dist/tokenlists.esm.js.map +1 -1
- package/dist/types.d.ts +2 -14
- package/package.json +2 -2
|
@@ -5112,1106 +5112,982 @@ var yodlRouterAbiV08 = [{
|
|
|
5112
5112
|
}];
|
|
5113
5113
|
|
|
5114
5114
|
var yodlRouterAbiV09 = [{
|
|
5115
|
-
type: 'constructor',
|
|
5116
5115
|
inputs: [],
|
|
5117
|
-
stateMutability: 'nonpayable'
|
|
5116
|
+
stateMutability: 'nonpayable',
|
|
5117
|
+
type: 'constructor'
|
|
5118
5118
|
}, {
|
|
5119
|
-
|
|
5120
|
-
|
|
5119
|
+
inputs: [],
|
|
5120
|
+
name: 'ECDSAInvalidSignature',
|
|
5121
|
+
type: 'error'
|
|
5122
|
+
}, {
|
|
5123
|
+
inputs: [{
|
|
5124
|
+
internalType: 'uint256',
|
|
5125
|
+
name: 'length',
|
|
5126
|
+
type: 'uint256'
|
|
5127
|
+
}],
|
|
5128
|
+
name: 'ECDSAInvalidSignatureLength',
|
|
5129
|
+
type: 'error'
|
|
5130
|
+
}, {
|
|
5131
|
+
inputs: [{
|
|
5132
|
+
internalType: 'bytes32',
|
|
5133
|
+
name: 's',
|
|
5134
|
+
type: 'bytes32'
|
|
5135
|
+
}],
|
|
5136
|
+
name: 'ECDSAInvalidSignatureS',
|
|
5137
|
+
type: 'error'
|
|
5121
5138
|
}, {
|
|
5122
|
-
type: 'function',
|
|
5123
|
-
name: 'CHAINLINK_FEED',
|
|
5124
5139
|
inputs: [],
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5140
|
+
name: 'ReentrancyGuardReentrantCall',
|
|
5141
|
+
type: 'error'
|
|
5142
|
+
}, {
|
|
5143
|
+
anonymous: false,
|
|
5144
|
+
inputs: [{
|
|
5145
|
+
indexed: true,
|
|
5146
|
+
internalType: 'address',
|
|
5147
|
+
name: 'priceFeed0',
|
|
5148
|
+
type: 'address'
|
|
5149
|
+
}, {
|
|
5150
|
+
indexed: true,
|
|
5151
|
+
internalType: 'address',
|
|
5152
|
+
name: 'priceFeed1',
|
|
5153
|
+
type: 'address'
|
|
5154
|
+
}, {
|
|
5155
|
+
indexed: false,
|
|
5156
|
+
internalType: 'int256',
|
|
5157
|
+
name: 'exchangeRate0',
|
|
5158
|
+
type: 'int256'
|
|
5159
|
+
}, {
|
|
5160
|
+
indexed: false,
|
|
5161
|
+
internalType: 'int256',
|
|
5162
|
+
name: 'exchangeRate1',
|
|
5163
|
+
type: 'int256'
|
|
5129
5164
|
}],
|
|
5130
|
-
|
|
5165
|
+
name: 'Convert',
|
|
5166
|
+
type: 'event'
|
|
5167
|
+
}, {
|
|
5168
|
+
anonymous: false,
|
|
5169
|
+
inputs: [{
|
|
5170
|
+
indexed: true,
|
|
5171
|
+
internalType: 'string',
|
|
5172
|
+
name: 'currency0',
|
|
5173
|
+
type: 'string'
|
|
5174
|
+
}, {
|
|
5175
|
+
indexed: true,
|
|
5176
|
+
internalType: 'address',
|
|
5177
|
+
name: 'priceFeed1',
|
|
5178
|
+
type: 'address'
|
|
5179
|
+
}, {
|
|
5180
|
+
indexed: false,
|
|
5181
|
+
internalType: 'int256',
|
|
5182
|
+
name: 'exchangeRate0',
|
|
5183
|
+
type: 'int256'
|
|
5184
|
+
}, {
|
|
5185
|
+
indexed: false,
|
|
5186
|
+
internalType: 'int256',
|
|
5187
|
+
name: 'exchangeRate1',
|
|
5188
|
+
type: 'int256'
|
|
5189
|
+
}],
|
|
5190
|
+
name: 'ConvertWithExternalRate',
|
|
5191
|
+
type: 'event'
|
|
5192
|
+
}, {
|
|
5193
|
+
anonymous: false,
|
|
5194
|
+
inputs: [{
|
|
5195
|
+
indexed: true,
|
|
5196
|
+
internalType: 'address',
|
|
5197
|
+
name: 'sender',
|
|
5198
|
+
type: 'address'
|
|
5199
|
+
}, {
|
|
5200
|
+
indexed: true,
|
|
5201
|
+
internalType: 'address',
|
|
5202
|
+
name: 'receiver',
|
|
5203
|
+
type: 'address'
|
|
5204
|
+
}, {
|
|
5205
|
+
indexed: false,
|
|
5206
|
+
internalType: 'address',
|
|
5207
|
+
name: 'token',
|
|
5208
|
+
type: 'address'
|
|
5209
|
+
}, {
|
|
5210
|
+
indexed: false,
|
|
5211
|
+
internalType: 'uint256',
|
|
5212
|
+
name: 'amount',
|
|
5213
|
+
type: 'uint256'
|
|
5214
|
+
}, {
|
|
5215
|
+
indexed: false,
|
|
5216
|
+
internalType: 'uint256',
|
|
5217
|
+
name: 'fees',
|
|
5218
|
+
type: 'uint256'
|
|
5219
|
+
}, {
|
|
5220
|
+
indexed: false,
|
|
5221
|
+
internalType: 'bytes32',
|
|
5222
|
+
name: 'memo',
|
|
5223
|
+
type: 'bytes32'
|
|
5224
|
+
}],
|
|
5225
|
+
name: 'Yodl',
|
|
5226
|
+
type: 'event'
|
|
5227
|
+
}, {
|
|
5228
|
+
anonymous: false,
|
|
5229
|
+
inputs: [{
|
|
5230
|
+
indexed: true,
|
|
5231
|
+
internalType: 'address',
|
|
5232
|
+
name: 'sender',
|
|
5233
|
+
type: 'address'
|
|
5234
|
+
}, {
|
|
5235
|
+
indexed: true,
|
|
5236
|
+
internalType: 'address',
|
|
5237
|
+
name: 'receiver',
|
|
5238
|
+
type: 'address'
|
|
5239
|
+
}, {
|
|
5240
|
+
indexed: true,
|
|
5241
|
+
internalType: 'uint256',
|
|
5242
|
+
name: 'amount',
|
|
5243
|
+
type: 'uint256'
|
|
5244
|
+
}],
|
|
5245
|
+
name: 'YodlNativeTokenTransfer',
|
|
5246
|
+
type: 'event'
|
|
5131
5247
|
}, {
|
|
5132
|
-
type: 'function',
|
|
5133
|
-
name: 'EXTERNAL_FEED',
|
|
5134
5248
|
inputs: [],
|
|
5249
|
+
name: 'CHAINLINK_FEED',
|
|
5135
5250
|
outputs: [{
|
|
5251
|
+
internalType: 'int8',
|
|
5136
5252
|
name: '',
|
|
5137
|
-
type: 'int8'
|
|
5138
|
-
internalType: 'int8'
|
|
5253
|
+
type: 'int8'
|
|
5139
5254
|
}],
|
|
5140
|
-
stateMutability: 'view'
|
|
5255
|
+
stateMutability: 'view',
|
|
5256
|
+
type: 'function'
|
|
5141
5257
|
}, {
|
|
5142
|
-
type: 'function',
|
|
5143
|
-
name: 'MAX_CONVENIENCE_FEE_BPS',
|
|
5144
5258
|
inputs: [],
|
|
5259
|
+
name: 'EXTERNAL_FEED',
|
|
5145
5260
|
outputs: [{
|
|
5261
|
+
internalType: 'int8',
|
|
5146
5262
|
name: '',
|
|
5147
|
-
type: '
|
|
5148
|
-
internalType: 'uint256'
|
|
5263
|
+
type: 'int8'
|
|
5149
5264
|
}],
|
|
5150
|
-
stateMutability: 'view'
|
|
5265
|
+
stateMutability: 'view',
|
|
5266
|
+
type: 'function'
|
|
5151
5267
|
}, {
|
|
5152
|
-
type: 'function',
|
|
5153
|
-
name: 'MAX_EXTRA_FEE_BPS',
|
|
5154
5268
|
inputs: [],
|
|
5269
|
+
name: 'MAX_EXTRA_FEE_BPS',
|
|
5155
5270
|
outputs: [{
|
|
5271
|
+
internalType: 'uint256',
|
|
5156
5272
|
name: '',
|
|
5157
|
-
type: 'uint256'
|
|
5158
|
-
internalType: 'uint256'
|
|
5273
|
+
type: 'uint256'
|
|
5159
5274
|
}],
|
|
5160
|
-
stateMutability: 'view'
|
|
5275
|
+
stateMutability: 'view',
|
|
5276
|
+
type: 'function'
|
|
5161
5277
|
}, {
|
|
5162
|
-
type: 'function',
|
|
5163
|
-
name: 'NATIVE_TOKEN',
|
|
5164
5278
|
inputs: [],
|
|
5279
|
+
name: 'NATIVE_TOKEN',
|
|
5165
5280
|
outputs: [{
|
|
5281
|
+
internalType: 'address',
|
|
5166
5282
|
name: '',
|
|
5167
|
-
type: 'address'
|
|
5168
|
-
internalType: 'address'
|
|
5283
|
+
type: 'address'
|
|
5169
5284
|
}],
|
|
5170
|
-
stateMutability: 'view'
|
|
5285
|
+
stateMutability: 'view',
|
|
5286
|
+
type: 'function'
|
|
5171
5287
|
}, {
|
|
5172
|
-
type: 'function',
|
|
5173
|
-
name: 'NULL_FEED',
|
|
5174
5288
|
inputs: [],
|
|
5289
|
+
name: 'NULL_FEED',
|
|
5175
5290
|
outputs: [{
|
|
5291
|
+
internalType: 'int8',
|
|
5176
5292
|
name: '',
|
|
5177
|
-
type: 'int8'
|
|
5178
|
-
internalType: 'int8'
|
|
5293
|
+
type: 'int8'
|
|
5179
5294
|
}],
|
|
5180
|
-
stateMutability: 'view'
|
|
5295
|
+
stateMutability: 'view',
|
|
5296
|
+
type: 'function'
|
|
5181
5297
|
}, {
|
|
5182
|
-
type: 'function',
|
|
5183
|
-
name: 'RATE_VERIFIER',
|
|
5184
5298
|
inputs: [],
|
|
5299
|
+
name: 'RATE_VERIFIER',
|
|
5185
5300
|
outputs: [{
|
|
5301
|
+
internalType: 'address',
|
|
5186
5302
|
name: '',
|
|
5187
|
-
type: 'address'
|
|
5188
|
-
internalType: 'address'
|
|
5303
|
+
type: 'address'
|
|
5189
5304
|
}],
|
|
5190
|
-
stateMutability: 'view'
|
|
5305
|
+
stateMutability: 'view',
|
|
5306
|
+
type: 'function'
|
|
5191
5307
|
}, {
|
|
5192
|
-
type: 'function',
|
|
5193
|
-
name: 'acrossSpokePool',
|
|
5194
5308
|
inputs: [],
|
|
5309
|
+
name: 'acrossSpokePool',
|
|
5195
5310
|
outputs: [{
|
|
5311
|
+
internalType: 'contract V3SpokePoolInterface',
|
|
5196
5312
|
name: '',
|
|
5197
|
-
type: 'address'
|
|
5198
|
-
internalType: 'contract V3SpokePoolInterface'
|
|
5313
|
+
type: 'address'
|
|
5199
5314
|
}],
|
|
5200
|
-
stateMutability: 'view'
|
|
5315
|
+
stateMutability: 'view',
|
|
5316
|
+
type: 'function'
|
|
5201
5317
|
}, {
|
|
5202
|
-
type: 'function',
|
|
5203
|
-
name: 'calculateFee',
|
|
5204
5318
|
inputs: [{
|
|
5319
|
+
internalType: 'uint256',
|
|
5205
5320
|
name: 'amount',
|
|
5206
|
-
type: 'uint256'
|
|
5207
|
-
internalType: 'uint256'
|
|
5321
|
+
type: 'uint256'
|
|
5208
5322
|
}, {
|
|
5323
|
+
internalType: 'uint256',
|
|
5209
5324
|
name: 'feeBps',
|
|
5210
|
-
type: 'uint256'
|
|
5211
|
-
internalType: 'uint256'
|
|
5325
|
+
type: 'uint256'
|
|
5212
5326
|
}],
|
|
5327
|
+
name: 'calculateFee',
|
|
5213
5328
|
outputs: [{
|
|
5329
|
+
internalType: 'uint256',
|
|
5214
5330
|
name: '',
|
|
5215
|
-
type: 'uint256'
|
|
5216
|
-
internalType: 'uint256'
|
|
5331
|
+
type: 'uint256'
|
|
5217
5332
|
}],
|
|
5218
|
-
stateMutability: 'pure'
|
|
5333
|
+
stateMutability: 'pure',
|
|
5334
|
+
type: 'function'
|
|
5219
5335
|
}, {
|
|
5220
|
-
type: 'function',
|
|
5221
|
-
name: 'curveRouter',
|
|
5222
5336
|
inputs: [],
|
|
5337
|
+
name: 'curveRouter',
|
|
5223
5338
|
outputs: [{
|
|
5339
|
+
internalType: 'contract ICurveRouterNG',
|
|
5224
5340
|
name: '',
|
|
5225
|
-
type: 'address'
|
|
5226
|
-
internalType: 'contract ICurveRouterNG'
|
|
5341
|
+
type: 'address'
|
|
5227
5342
|
}],
|
|
5228
|
-
stateMutability: 'view'
|
|
5343
|
+
stateMutability: 'view',
|
|
5344
|
+
type: 'function'
|
|
5229
5345
|
}, {
|
|
5230
|
-
type: 'function',
|
|
5231
|
-
name: 'emitConversionEvent',
|
|
5232
5346
|
inputs: [{
|
|
5233
|
-
name: 'priceFeeds',
|
|
5234
|
-
type: 'tuple[2]',
|
|
5235
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5236
5347
|
components: [{
|
|
5348
|
+
internalType: 'address',
|
|
5237
5349
|
name: 'feedAddress',
|
|
5238
|
-
type: 'address'
|
|
5239
|
-
internalType: 'address'
|
|
5350
|
+
type: 'address'
|
|
5240
5351
|
}, {
|
|
5352
|
+
internalType: 'int8',
|
|
5241
5353
|
name: 'feedType',
|
|
5242
|
-
type: 'int8'
|
|
5243
|
-
internalType: 'int8'
|
|
5354
|
+
type: 'int8'
|
|
5244
5355
|
}, {
|
|
5356
|
+
internalType: 'string',
|
|
5245
5357
|
name: 'currency',
|
|
5246
|
-
type: 'string'
|
|
5247
|
-
internalType: 'string'
|
|
5358
|
+
type: 'string'
|
|
5248
5359
|
}, {
|
|
5360
|
+
internalType: 'uint256',
|
|
5249
5361
|
name: 'amount',
|
|
5250
|
-
type: 'uint256'
|
|
5251
|
-
internalType: 'uint256'
|
|
5362
|
+
type: 'uint256'
|
|
5252
5363
|
}, {
|
|
5364
|
+
internalType: 'uint256',
|
|
5253
5365
|
name: 'deadline',
|
|
5254
|
-
type: 'uint256'
|
|
5255
|
-
internalType: 'uint256'
|
|
5366
|
+
type: 'uint256'
|
|
5256
5367
|
}, {
|
|
5368
|
+
internalType: 'bytes',
|
|
5257
5369
|
name: 'signature',
|
|
5258
|
-
type: 'bytes'
|
|
5259
|
-
|
|
5260
|
-
|
|
5370
|
+
type: 'bytes'
|
|
5371
|
+
}],
|
|
5372
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5373
|
+
name: 'priceFeeds',
|
|
5374
|
+
type: 'tuple[2]'
|
|
5261
5375
|
}, {
|
|
5376
|
+
internalType: 'int256[2]',
|
|
5262
5377
|
name: 'prices',
|
|
5263
|
-
type: 'int256[2]'
|
|
5264
|
-
internalType: 'int256[2]'
|
|
5378
|
+
type: 'int256[2]'
|
|
5265
5379
|
}],
|
|
5380
|
+
name: 'emitConversionEvent',
|
|
5266
5381
|
outputs: [],
|
|
5267
|
-
stateMutability: 'nonpayable'
|
|
5382
|
+
stateMutability: 'nonpayable',
|
|
5383
|
+
type: 'function'
|
|
5268
5384
|
}, {
|
|
5269
|
-
type: 'function',
|
|
5270
|
-
name: 'exchangeRate',
|
|
5271
5385
|
inputs: [{
|
|
5272
|
-
name: 'priceFeeds',
|
|
5273
|
-
type: 'tuple[2]',
|
|
5274
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5275
5386
|
components: [{
|
|
5387
|
+
internalType: 'address',
|
|
5276
5388
|
name: 'feedAddress',
|
|
5277
|
-
type: 'address'
|
|
5278
|
-
internalType: 'address'
|
|
5389
|
+
type: 'address'
|
|
5279
5390
|
}, {
|
|
5391
|
+
internalType: 'int8',
|
|
5280
5392
|
name: 'feedType',
|
|
5281
|
-
type: 'int8'
|
|
5282
|
-
internalType: 'int8'
|
|
5393
|
+
type: 'int8'
|
|
5283
5394
|
}, {
|
|
5395
|
+
internalType: 'string',
|
|
5284
5396
|
name: 'currency',
|
|
5285
|
-
type: 'string'
|
|
5286
|
-
internalType: 'string'
|
|
5397
|
+
type: 'string'
|
|
5287
5398
|
}, {
|
|
5399
|
+
internalType: 'uint256',
|
|
5288
5400
|
name: 'amount',
|
|
5289
|
-
type: 'uint256'
|
|
5290
|
-
internalType: 'uint256'
|
|
5401
|
+
type: 'uint256'
|
|
5291
5402
|
}, {
|
|
5403
|
+
internalType: 'uint256',
|
|
5292
5404
|
name: 'deadline',
|
|
5293
|
-
type: 'uint256'
|
|
5294
|
-
internalType: 'uint256'
|
|
5405
|
+
type: 'uint256'
|
|
5295
5406
|
}, {
|
|
5407
|
+
internalType: 'bytes',
|
|
5296
5408
|
name: 'signature',
|
|
5297
|
-
type: 'bytes'
|
|
5298
|
-
|
|
5299
|
-
|
|
5409
|
+
type: 'bytes'
|
|
5410
|
+
}],
|
|
5411
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5412
|
+
name: 'priceFeeds',
|
|
5413
|
+
type: 'tuple[2]'
|
|
5300
5414
|
}, {
|
|
5415
|
+
internalType: 'uint256',
|
|
5301
5416
|
name: 'amount',
|
|
5302
|
-
type: 'uint256'
|
|
5303
|
-
internalType: 'uint256'
|
|
5417
|
+
type: 'uint256'
|
|
5304
5418
|
}],
|
|
5419
|
+
name: 'exchangeRate',
|
|
5305
5420
|
outputs: [{
|
|
5421
|
+
internalType: 'uint256',
|
|
5306
5422
|
name: 'converted',
|
|
5307
|
-
type: 'uint256'
|
|
5308
|
-
internalType: 'uint256'
|
|
5423
|
+
type: 'uint256'
|
|
5309
5424
|
}, {
|
|
5425
|
+
internalType: 'address[2]',
|
|
5310
5426
|
name: 'priceFeedsUsed',
|
|
5311
|
-
type: 'address[2]'
|
|
5312
|
-
internalType: 'address[2]'
|
|
5427
|
+
type: 'address[2]'
|
|
5313
5428
|
}, {
|
|
5429
|
+
internalType: 'int256[2]',
|
|
5314
5430
|
name: 'prices',
|
|
5315
|
-
type: 'int256[2]'
|
|
5316
|
-
internalType: 'int256[2]'
|
|
5431
|
+
type: 'int256[2]'
|
|
5317
5432
|
}],
|
|
5318
|
-
stateMutability: 'view'
|
|
5433
|
+
stateMutability: 'view',
|
|
5434
|
+
type: 'function'
|
|
5319
5435
|
}, {
|
|
5320
|
-
type: 'function',
|
|
5321
|
-
name: 'sweep',
|
|
5322
5436
|
inputs: [{
|
|
5437
|
+
internalType: 'address',
|
|
5323
5438
|
name: 'token',
|
|
5324
|
-
type: 'address'
|
|
5325
|
-
internalType: 'address'
|
|
5439
|
+
type: 'address'
|
|
5326
5440
|
}],
|
|
5441
|
+
name: 'sweep',
|
|
5327
5442
|
outputs: [],
|
|
5328
|
-
stateMutability: 'nonpayable'
|
|
5443
|
+
stateMutability: 'nonpayable',
|
|
5444
|
+
type: 'function'
|
|
5329
5445
|
}, {
|
|
5330
|
-
type: 'function',
|
|
5331
|
-
name: 'uniswapRouter',
|
|
5332
5446
|
inputs: [],
|
|
5447
|
+
name: 'uniswapRouter',
|
|
5333
5448
|
outputs: [{
|
|
5449
|
+
internalType: 'contract ISwapRouter02',
|
|
5334
5450
|
name: '',
|
|
5335
|
-
type: 'address'
|
|
5336
|
-
internalType: 'contract ISwapRouter02'
|
|
5451
|
+
type: 'address'
|
|
5337
5452
|
}],
|
|
5338
|
-
stateMutability: 'view'
|
|
5453
|
+
stateMutability: 'view',
|
|
5454
|
+
type: 'function'
|
|
5339
5455
|
}, {
|
|
5340
|
-
type: 'function',
|
|
5341
|
-
name: 'verifyRateSignature',
|
|
5342
5456
|
inputs: [{
|
|
5343
|
-
name: 'priceFeed',
|
|
5344
|
-
type: 'tuple',
|
|
5345
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed',
|
|
5346
5457
|
components: [{
|
|
5458
|
+
internalType: 'address',
|
|
5347
5459
|
name: 'feedAddress',
|
|
5348
|
-
type: 'address'
|
|
5349
|
-
internalType: 'address'
|
|
5460
|
+
type: 'address'
|
|
5350
5461
|
}, {
|
|
5462
|
+
internalType: 'int8',
|
|
5351
5463
|
name: 'feedType',
|
|
5352
|
-
type: 'int8'
|
|
5353
|
-
internalType: 'int8'
|
|
5464
|
+
type: 'int8'
|
|
5354
5465
|
}, {
|
|
5466
|
+
internalType: 'string',
|
|
5355
5467
|
name: 'currency',
|
|
5356
|
-
type: 'string'
|
|
5357
|
-
internalType: 'string'
|
|
5468
|
+
type: 'string'
|
|
5358
5469
|
}, {
|
|
5470
|
+
internalType: 'uint256',
|
|
5359
5471
|
name: 'amount',
|
|
5360
|
-
type: 'uint256'
|
|
5361
|
-
internalType: 'uint256'
|
|
5472
|
+
type: 'uint256'
|
|
5362
5473
|
}, {
|
|
5474
|
+
internalType: 'uint256',
|
|
5363
5475
|
name: 'deadline',
|
|
5364
|
-
type: 'uint256'
|
|
5365
|
-
internalType: 'uint256'
|
|
5476
|
+
type: 'uint256'
|
|
5366
5477
|
}, {
|
|
5478
|
+
internalType: 'bytes',
|
|
5367
5479
|
name: 'signature',
|
|
5368
|
-
type: 'bytes'
|
|
5369
|
-
|
|
5370
|
-
|
|
5480
|
+
type: 'bytes'
|
|
5481
|
+
}],
|
|
5482
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed',
|
|
5483
|
+
name: 'priceFeed',
|
|
5484
|
+
type: 'tuple'
|
|
5371
5485
|
}],
|
|
5486
|
+
name: 'verifyRateSignature',
|
|
5372
5487
|
outputs: [{
|
|
5488
|
+
internalType: 'bool',
|
|
5373
5489
|
name: '',
|
|
5374
|
-
type: 'bool'
|
|
5375
|
-
internalType: 'bool'
|
|
5490
|
+
type: 'bool'
|
|
5376
5491
|
}],
|
|
5377
|
-
stateMutability: 'view'
|
|
5492
|
+
stateMutability: 'view',
|
|
5493
|
+
type: 'function'
|
|
5378
5494
|
}, {
|
|
5379
|
-
type: 'function',
|
|
5380
|
-
name: 'version',
|
|
5381
5495
|
inputs: [],
|
|
5496
|
+
name: 'version',
|
|
5382
5497
|
outputs: [{
|
|
5498
|
+
internalType: 'string',
|
|
5383
5499
|
name: '',
|
|
5384
|
-
type: 'string'
|
|
5385
|
-
internalType: 'string'
|
|
5500
|
+
type: 'string'
|
|
5386
5501
|
}],
|
|
5387
|
-
stateMutability: 'view'
|
|
5502
|
+
stateMutability: 'view',
|
|
5503
|
+
type: 'function'
|
|
5388
5504
|
}, {
|
|
5389
|
-
type: 'function',
|
|
5390
|
-
name: 'wrappedNativeToken',
|
|
5391
5505
|
inputs: [],
|
|
5506
|
+
name: 'wrappedNativeToken',
|
|
5392
5507
|
outputs: [{
|
|
5508
|
+
internalType: 'contract IWETH9',
|
|
5393
5509
|
name: '',
|
|
5394
|
-
type: 'address'
|
|
5395
|
-
internalType: 'contract IWETH9'
|
|
5510
|
+
type: 'address'
|
|
5396
5511
|
}],
|
|
5397
|
-
stateMutability: 'view'
|
|
5512
|
+
stateMutability: 'view',
|
|
5513
|
+
type: 'function'
|
|
5398
5514
|
}, {
|
|
5399
|
-
type: 'function',
|
|
5400
|
-
name: 'yodlFeeBps',
|
|
5401
5515
|
inputs: [],
|
|
5516
|
+
name: 'yodlFeeBps',
|
|
5402
5517
|
outputs: [{
|
|
5518
|
+
internalType: 'uint256',
|
|
5403
5519
|
name: '',
|
|
5404
|
-
type: 'uint256'
|
|
5405
|
-
internalType: 'uint256'
|
|
5520
|
+
type: 'uint256'
|
|
5406
5521
|
}],
|
|
5407
|
-
stateMutability: 'view'
|
|
5522
|
+
stateMutability: 'view',
|
|
5523
|
+
type: 'function'
|
|
5408
5524
|
}, {
|
|
5409
|
-
type: 'function',
|
|
5410
|
-
name: 'yodlFeeTreasury',
|
|
5411
5525
|
inputs: [],
|
|
5526
|
+
name: 'yodlFeeTreasury',
|
|
5412
5527
|
outputs: [{
|
|
5528
|
+
internalType: 'address',
|
|
5413
5529
|
name: '',
|
|
5414
|
-
type: 'address'
|
|
5415
|
-
internalType: 'address'
|
|
5530
|
+
type: 'address'
|
|
5416
5531
|
}],
|
|
5417
|
-
stateMutability: 'view'
|
|
5532
|
+
stateMutability: 'view',
|
|
5533
|
+
type: 'function'
|
|
5418
5534
|
}, {
|
|
5419
|
-
type: 'function',
|
|
5420
|
-
name: 'yodlWithAcross',
|
|
5421
5535
|
inputs: [{
|
|
5422
|
-
name: 'params',
|
|
5423
|
-
type: 'tuple',
|
|
5424
|
-
internalType: 'struct YodlAcrossRouter.YodlAcrossParams',
|
|
5425
5536
|
components: [{
|
|
5537
|
+
internalType: 'bytes32',
|
|
5426
5538
|
name: 'memo',
|
|
5427
|
-
type: 'bytes32'
|
|
5428
|
-
internalType: 'bytes32'
|
|
5539
|
+
type: 'bytes32'
|
|
5429
5540
|
}, {
|
|
5541
|
+
internalType: 'uint256',
|
|
5430
5542
|
name: 'amount',
|
|
5431
|
-
type: 'uint256'
|
|
5432
|
-
internalType: 'uint256'
|
|
5543
|
+
type: 'uint256'
|
|
5433
5544
|
}, {
|
|
5434
|
-
name: 'priceFeeds',
|
|
5435
|
-
type: 'tuple[2]',
|
|
5436
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5437
5545
|
components: [{
|
|
5546
|
+
internalType: 'address',
|
|
5438
5547
|
name: 'feedAddress',
|
|
5439
|
-
type: 'address'
|
|
5440
|
-
internalType: 'address'
|
|
5548
|
+
type: 'address'
|
|
5441
5549
|
}, {
|
|
5550
|
+
internalType: 'int8',
|
|
5442
5551
|
name: 'feedType',
|
|
5443
|
-
type: 'int8'
|
|
5444
|
-
internalType: 'int8'
|
|
5552
|
+
type: 'int8'
|
|
5445
5553
|
}, {
|
|
5554
|
+
internalType: 'string',
|
|
5446
5555
|
name: 'currency',
|
|
5447
|
-
type: 'string'
|
|
5448
|
-
internalType: 'string'
|
|
5556
|
+
type: 'string'
|
|
5449
5557
|
}, {
|
|
5558
|
+
internalType: 'uint256',
|
|
5450
5559
|
name: 'amount',
|
|
5451
|
-
type: 'uint256'
|
|
5452
|
-
internalType: 'uint256'
|
|
5560
|
+
type: 'uint256'
|
|
5453
5561
|
}, {
|
|
5562
|
+
internalType: 'uint256',
|
|
5454
5563
|
name: 'deadline',
|
|
5455
|
-
type: 'uint256'
|
|
5456
|
-
internalType: 'uint256'
|
|
5564
|
+
type: 'uint256'
|
|
5457
5565
|
}, {
|
|
5566
|
+
internalType: 'bytes',
|
|
5458
5567
|
name: 'signature',
|
|
5459
|
-
type: 'bytes'
|
|
5460
|
-
|
|
5461
|
-
|
|
5568
|
+
type: 'bytes'
|
|
5569
|
+
}],
|
|
5570
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5571
|
+
name: 'priceFeeds',
|
|
5572
|
+
type: 'tuple[2]'
|
|
5462
5573
|
}, {
|
|
5574
|
+
internalType: 'address',
|
|
5463
5575
|
name: 'token',
|
|
5464
|
-
type: 'address'
|
|
5465
|
-
internalType: 'address'
|
|
5576
|
+
type: 'address'
|
|
5466
5577
|
}, {
|
|
5578
|
+
internalType: 'address',
|
|
5467
5579
|
name: 'receiver',
|
|
5468
|
-
type: 'address'
|
|
5469
|
-
internalType: 'address'
|
|
5580
|
+
type: 'address'
|
|
5470
5581
|
}, {
|
|
5582
|
+
internalType: 'address',
|
|
5471
5583
|
name: 'extraFeeReceiver',
|
|
5472
|
-
type: 'address'
|
|
5473
|
-
internalType: 'address'
|
|
5584
|
+
type: 'address'
|
|
5474
5585
|
}, {
|
|
5586
|
+
internalType: 'uint256',
|
|
5475
5587
|
name: 'extraFeeBps',
|
|
5476
|
-
type: 'uint256'
|
|
5477
|
-
internalType: 'uint256'
|
|
5588
|
+
type: 'uint256'
|
|
5478
5589
|
}, {
|
|
5590
|
+
internalType: 'uint256',
|
|
5479
5591
|
name: 'yd',
|
|
5480
|
-
type: 'uint256'
|
|
5481
|
-
internalType: 'uint256'
|
|
5592
|
+
type: 'uint256'
|
|
5482
5593
|
}, {
|
|
5483
|
-
name: 'guards',
|
|
5484
|
-
type: 'tuple[]',
|
|
5485
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5486
5594
|
components: [{
|
|
5595
|
+
internalType: 'address',
|
|
5487
5596
|
name: 'guardAddress',
|
|
5488
|
-
type: 'address'
|
|
5489
|
-
internalType: 'address'
|
|
5597
|
+
type: 'address'
|
|
5490
5598
|
}, {
|
|
5599
|
+
internalType: 'bytes[]',
|
|
5491
5600
|
name: 'payload',
|
|
5492
|
-
type: 'bytes[]'
|
|
5493
|
-
|
|
5494
|
-
|
|
5601
|
+
type: 'bytes[]'
|
|
5602
|
+
}],
|
|
5603
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5604
|
+
name: 'guards',
|
|
5605
|
+
type: 'tuple[]'
|
|
5495
5606
|
}, {
|
|
5496
|
-
name: 'webhooks',
|
|
5497
|
-
type: 'tuple[]',
|
|
5498
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5499
5607
|
components: [{
|
|
5608
|
+
internalType: 'address',
|
|
5500
5609
|
name: 'webhookAddress',
|
|
5501
|
-
type: 'address'
|
|
5502
|
-
internalType: 'address'
|
|
5610
|
+
type: 'address'
|
|
5503
5611
|
}, {
|
|
5612
|
+
internalType: 'bytes[]',
|
|
5504
5613
|
name: 'payload',
|
|
5505
|
-
type: 'bytes[]'
|
|
5506
|
-
|
|
5507
|
-
|
|
5614
|
+
type: 'bytes[]'
|
|
5615
|
+
}],
|
|
5616
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5617
|
+
name: 'webhooks',
|
|
5618
|
+
type: 'tuple[]'
|
|
5508
5619
|
}, {
|
|
5620
|
+
internalType: 'address',
|
|
5509
5621
|
name: 'outputToken',
|
|
5510
|
-
type: 'address'
|
|
5511
|
-
internalType: 'address'
|
|
5622
|
+
type: 'address'
|
|
5512
5623
|
}, {
|
|
5624
|
+
internalType: 'uint256',
|
|
5513
5625
|
name: 'outputAmount',
|
|
5514
|
-
type: 'uint256'
|
|
5515
|
-
internalType: 'uint256'
|
|
5626
|
+
type: 'uint256'
|
|
5516
5627
|
}, {
|
|
5628
|
+
internalType: 'uint256',
|
|
5517
5629
|
name: 'destinationChainId',
|
|
5518
|
-
type: 'uint256'
|
|
5519
|
-
internalType: 'uint256'
|
|
5630
|
+
type: 'uint256'
|
|
5520
5631
|
}, {
|
|
5632
|
+
internalType: 'address',
|
|
5521
5633
|
name: 'exclusiveRelayer',
|
|
5522
|
-
type: 'address'
|
|
5523
|
-
internalType: 'address'
|
|
5634
|
+
type: 'address'
|
|
5524
5635
|
}, {
|
|
5636
|
+
internalType: 'uint32',
|
|
5525
5637
|
name: 'quoteTimestamp',
|
|
5526
|
-
type: 'uint32'
|
|
5527
|
-
internalType: 'uint32'
|
|
5638
|
+
type: 'uint32'
|
|
5528
5639
|
}, {
|
|
5640
|
+
internalType: 'uint32',
|
|
5529
5641
|
name: 'fillDeadline',
|
|
5530
|
-
type: 'uint32'
|
|
5531
|
-
internalType: 'uint32'
|
|
5642
|
+
type: 'uint32'
|
|
5532
5643
|
}, {
|
|
5644
|
+
internalType: 'uint32',
|
|
5533
5645
|
name: 'exclusivityDeadline',
|
|
5534
|
-
type: 'uint32'
|
|
5535
|
-
internalType: 'uint32'
|
|
5646
|
+
type: 'uint32'
|
|
5536
5647
|
}, {
|
|
5648
|
+
internalType: 'bytes',
|
|
5537
5649
|
name: 'message',
|
|
5538
|
-
type: 'bytes'
|
|
5539
|
-
|
|
5540
|
-
|
|
5650
|
+
type: 'bytes'
|
|
5651
|
+
}],
|
|
5652
|
+
internalType: 'struct YodlAcrossRouter.YodlAcrossParams',
|
|
5653
|
+
name: 'params',
|
|
5654
|
+
type: 'tuple'
|
|
5541
5655
|
}],
|
|
5656
|
+
name: 'yodlWithAcross',
|
|
5542
5657
|
outputs: [{
|
|
5658
|
+
internalType: 'uint256',
|
|
5543
5659
|
name: '',
|
|
5544
|
-
type: 'uint256'
|
|
5545
|
-
internalType: 'uint256'
|
|
5660
|
+
type: 'uint256'
|
|
5546
5661
|
}],
|
|
5547
|
-
stateMutability: 'payable'
|
|
5662
|
+
stateMutability: 'payable',
|
|
5663
|
+
type: 'function'
|
|
5548
5664
|
}, {
|
|
5549
|
-
type: 'function',
|
|
5550
|
-
name: 'yodlWithCurve',
|
|
5551
5665
|
inputs: [{
|
|
5552
|
-
name: 'params',
|
|
5553
|
-
type: 'tuple',
|
|
5554
|
-
internalType: 'struct YodlCurveRouter.YodlCurveParams',
|
|
5555
5666
|
components: [{
|
|
5667
|
+
internalType: 'address',
|
|
5556
5668
|
name: 'sender',
|
|
5557
|
-
type: 'address'
|
|
5558
|
-
internalType: 'address'
|
|
5669
|
+
type: 'address'
|
|
5559
5670
|
}, {
|
|
5671
|
+
internalType: 'address',
|
|
5560
5672
|
name: 'receiver',
|
|
5561
|
-
type: 'address'
|
|
5562
|
-
internalType: 'address'
|
|
5673
|
+
type: 'address'
|
|
5563
5674
|
}, {
|
|
5675
|
+
internalType: 'uint256',
|
|
5564
5676
|
name: 'amountIn',
|
|
5565
|
-
type: 'uint256'
|
|
5566
|
-
internalType: 'uint256'
|
|
5677
|
+
type: 'uint256'
|
|
5567
5678
|
}, {
|
|
5679
|
+
internalType: 'uint256',
|
|
5568
5680
|
name: 'amountOut',
|
|
5569
|
-
type: 'uint256'
|
|
5570
|
-
internalType: 'uint256'
|
|
5681
|
+
type: 'uint256'
|
|
5571
5682
|
}, {
|
|
5683
|
+
internalType: 'bytes32',
|
|
5572
5684
|
name: 'memo',
|
|
5573
|
-
type: 'bytes32'
|
|
5574
|
-
internalType: 'bytes32'
|
|
5685
|
+
type: 'bytes32'
|
|
5575
5686
|
}, {
|
|
5687
|
+
internalType: 'address[11]',
|
|
5576
5688
|
name: 'route',
|
|
5577
|
-
type: 'address[11]'
|
|
5578
|
-
internalType: 'address[11]'
|
|
5689
|
+
type: 'address[11]'
|
|
5579
5690
|
}, {
|
|
5691
|
+
internalType: 'uint256[5][5]',
|
|
5580
5692
|
name: 'swapParams',
|
|
5581
|
-
type: 'uint256[5][5]'
|
|
5582
|
-
internalType: 'uint256[5][5]'
|
|
5693
|
+
type: 'uint256[5][5]'
|
|
5583
5694
|
}, {
|
|
5695
|
+
internalType: 'address[5]',
|
|
5584
5696
|
name: 'pools',
|
|
5585
|
-
type: 'address[5]'
|
|
5586
|
-
internalType: 'address[5]'
|
|
5697
|
+
type: 'address[5]'
|
|
5587
5698
|
}, {
|
|
5588
|
-
name: 'priceFeeds',
|
|
5589
|
-
type: 'tuple[2]',
|
|
5590
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5591
5699
|
components: [{
|
|
5700
|
+
internalType: 'address',
|
|
5592
5701
|
name: 'feedAddress',
|
|
5593
|
-
type: 'address'
|
|
5594
|
-
internalType: 'address'
|
|
5702
|
+
type: 'address'
|
|
5595
5703
|
}, {
|
|
5704
|
+
internalType: 'int8',
|
|
5596
5705
|
name: 'feedType',
|
|
5597
|
-
type: 'int8'
|
|
5598
|
-
internalType: 'int8'
|
|
5706
|
+
type: 'int8'
|
|
5599
5707
|
}, {
|
|
5708
|
+
internalType: 'string',
|
|
5600
5709
|
name: 'currency',
|
|
5601
|
-
type: 'string'
|
|
5602
|
-
internalType: 'string'
|
|
5710
|
+
type: 'string'
|
|
5603
5711
|
}, {
|
|
5712
|
+
internalType: 'uint256',
|
|
5604
5713
|
name: 'amount',
|
|
5605
|
-
type: 'uint256'
|
|
5606
|
-
internalType: 'uint256'
|
|
5714
|
+
type: 'uint256'
|
|
5607
5715
|
}, {
|
|
5716
|
+
internalType: 'uint256',
|
|
5608
5717
|
name: 'deadline',
|
|
5609
|
-
type: 'uint256'
|
|
5610
|
-
internalType: 'uint256'
|
|
5718
|
+
type: 'uint256'
|
|
5611
5719
|
}, {
|
|
5720
|
+
internalType: 'bytes',
|
|
5612
5721
|
name: 'signature',
|
|
5613
|
-
type: 'bytes'
|
|
5614
|
-
|
|
5615
|
-
|
|
5722
|
+
type: 'bytes'
|
|
5723
|
+
}],
|
|
5724
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5725
|
+
name: 'priceFeeds',
|
|
5726
|
+
type: 'tuple[2]'
|
|
5616
5727
|
}, {
|
|
5728
|
+
internalType: 'address',
|
|
5617
5729
|
name: 'extraFeeReceiver',
|
|
5618
|
-
type: 'address'
|
|
5619
|
-
internalType: 'address'
|
|
5730
|
+
type: 'address'
|
|
5620
5731
|
}, {
|
|
5732
|
+
internalType: 'uint256',
|
|
5621
5733
|
name: 'extraFeeBps',
|
|
5622
|
-
type: 'uint256'
|
|
5623
|
-
internalType: 'uint256'
|
|
5734
|
+
type: 'uint256'
|
|
5624
5735
|
}, {
|
|
5736
|
+
internalType: 'uint256',
|
|
5625
5737
|
name: 'yd',
|
|
5626
|
-
type: 'uint256'
|
|
5627
|
-
internalType: 'uint256'
|
|
5738
|
+
type: 'uint256'
|
|
5628
5739
|
}, {
|
|
5629
|
-
name: 'guards',
|
|
5630
|
-
type: 'tuple[]',
|
|
5631
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5632
5740
|
components: [{
|
|
5741
|
+
internalType: 'address',
|
|
5633
5742
|
name: 'guardAddress',
|
|
5634
|
-
type: 'address'
|
|
5635
|
-
internalType: 'address'
|
|
5743
|
+
type: 'address'
|
|
5636
5744
|
}, {
|
|
5745
|
+
internalType: 'bytes[]',
|
|
5637
5746
|
name: 'payload',
|
|
5638
|
-
type: 'bytes[]'
|
|
5639
|
-
|
|
5640
|
-
|
|
5747
|
+
type: 'bytes[]'
|
|
5748
|
+
}],
|
|
5749
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5750
|
+
name: 'guards',
|
|
5751
|
+
type: 'tuple[]'
|
|
5641
5752
|
}, {
|
|
5642
|
-
name: 'webhooks',
|
|
5643
|
-
type: 'tuple[]',
|
|
5644
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5645
5753
|
components: [{
|
|
5754
|
+
internalType: 'address',
|
|
5646
5755
|
name: 'webhookAddress',
|
|
5647
|
-
type: 'address'
|
|
5648
|
-
internalType: 'address'
|
|
5756
|
+
type: 'address'
|
|
5649
5757
|
}, {
|
|
5758
|
+
internalType: 'bytes[]',
|
|
5650
5759
|
name: 'payload',
|
|
5651
|
-
type: 'bytes[]'
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
5760
|
+
type: 'bytes[]'
|
|
5761
|
+
}],
|
|
5762
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5763
|
+
name: 'webhooks',
|
|
5764
|
+
type: 'tuple[]'
|
|
5765
|
+
}],
|
|
5766
|
+
internalType: 'struct YodlCurveRouter.YodlCurveParams',
|
|
5767
|
+
name: 'params',
|
|
5768
|
+
type: 'tuple'
|
|
5655
5769
|
}],
|
|
5770
|
+
name: 'yodlWithCurve',
|
|
5656
5771
|
outputs: [{
|
|
5772
|
+
internalType: 'uint256',
|
|
5657
5773
|
name: '',
|
|
5658
|
-
type: 'uint256'
|
|
5659
|
-
internalType: 'uint256'
|
|
5774
|
+
type: 'uint256'
|
|
5660
5775
|
}],
|
|
5661
|
-
stateMutability: 'payable'
|
|
5776
|
+
stateMutability: 'payable',
|
|
5777
|
+
type: 'function'
|
|
5662
5778
|
}, {
|
|
5663
|
-
type: 'function',
|
|
5664
|
-
name: 'yodlWithExternal',
|
|
5665
5779
|
inputs: [{
|
|
5666
|
-
name: 'params',
|
|
5667
|
-
type: 'tuple',
|
|
5668
|
-
internalType: 'struct YodlExternalFundingRouter.YodlExternalFundingParams',
|
|
5669
5780
|
components: [{
|
|
5781
|
+
internalType: 'bytes32',
|
|
5670
5782
|
name: 'memo',
|
|
5671
|
-
type: 'bytes32'
|
|
5672
|
-
internalType: 'bytes32'
|
|
5673
|
-
}, {
|
|
5674
|
-
name: 'outAmountGross',
|
|
5675
|
-
type: 'uint256',
|
|
5676
|
-
internalType: 'uint256'
|
|
5783
|
+
type: 'bytes32'
|
|
5677
5784
|
}, {
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5785
|
+
internalType: 'uint256',
|
|
5786
|
+
name: 'amount',
|
|
5787
|
+
type: 'uint256'
|
|
5681
5788
|
}, {
|
|
5682
|
-
name: 'priceFeeds',
|
|
5683
|
-
type: 'tuple[2]',
|
|
5684
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5685
5789
|
components: [{
|
|
5790
|
+
internalType: 'address',
|
|
5686
5791
|
name: 'feedAddress',
|
|
5687
|
-
type: 'address'
|
|
5688
|
-
internalType: 'address'
|
|
5792
|
+
type: 'address'
|
|
5689
5793
|
}, {
|
|
5794
|
+
internalType: 'int8',
|
|
5690
5795
|
name: 'feedType',
|
|
5691
|
-
type: 'int8'
|
|
5692
|
-
internalType: 'int8'
|
|
5796
|
+
type: 'int8'
|
|
5693
5797
|
}, {
|
|
5798
|
+
internalType: 'string',
|
|
5694
5799
|
name: 'currency',
|
|
5695
|
-
type: 'string'
|
|
5696
|
-
internalType: 'string'
|
|
5800
|
+
type: 'string'
|
|
5697
5801
|
}, {
|
|
5802
|
+
internalType: 'uint256',
|
|
5698
5803
|
name: 'amount',
|
|
5699
|
-
type: 'uint256'
|
|
5700
|
-
internalType: 'uint256'
|
|
5804
|
+
type: 'uint256'
|
|
5701
5805
|
}, {
|
|
5806
|
+
internalType: 'uint256',
|
|
5702
5807
|
name: 'deadline',
|
|
5703
|
-
type: 'uint256'
|
|
5704
|
-
internalType: 'uint256'
|
|
5808
|
+
type: 'uint256'
|
|
5705
5809
|
}, {
|
|
5810
|
+
internalType: 'bytes',
|
|
5706
5811
|
name: 'signature',
|
|
5707
|
-
type: 'bytes'
|
|
5708
|
-
|
|
5709
|
-
|
|
5812
|
+
type: 'bytes'
|
|
5813
|
+
}],
|
|
5814
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5815
|
+
name: 'priceFeeds',
|
|
5816
|
+
type: 'tuple[2]'
|
|
5710
5817
|
}, {
|
|
5818
|
+
internalType: 'address',
|
|
5711
5819
|
name: 'token',
|
|
5712
|
-
type: 'address'
|
|
5713
|
-
internalType: 'address'
|
|
5820
|
+
type: 'address'
|
|
5714
5821
|
}, {
|
|
5822
|
+
internalType: 'address',
|
|
5715
5823
|
name: 'receiver',
|
|
5716
|
-
type: 'address'
|
|
5717
|
-
internalType: 'address'
|
|
5824
|
+
type: 'address'
|
|
5718
5825
|
}, {
|
|
5826
|
+
internalType: 'address',
|
|
5719
5827
|
name: 'extraFeeReceiver',
|
|
5720
|
-
type: 'address'
|
|
5721
|
-
internalType: 'address'
|
|
5828
|
+
type: 'address'
|
|
5722
5829
|
}, {
|
|
5830
|
+
internalType: 'uint256',
|
|
5723
5831
|
name: 'extraFeeBps',
|
|
5724
|
-
type: 'uint256'
|
|
5725
|
-
internalType: 'uint256'
|
|
5832
|
+
type: 'uint256'
|
|
5726
5833
|
}, {
|
|
5834
|
+
internalType: 'uint256',
|
|
5727
5835
|
name: 'yd',
|
|
5728
|
-
type: 'uint256'
|
|
5729
|
-
internalType: 'uint256'
|
|
5836
|
+
type: 'uint256'
|
|
5730
5837
|
}, {
|
|
5731
|
-
name: 'guards',
|
|
5732
|
-
type: 'tuple[]',
|
|
5733
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5734
5838
|
components: [{
|
|
5839
|
+
internalType: 'address',
|
|
5735
5840
|
name: 'guardAddress',
|
|
5736
|
-
type: 'address'
|
|
5737
|
-
internalType: 'address'
|
|
5841
|
+
type: 'address'
|
|
5738
5842
|
}, {
|
|
5843
|
+
internalType: 'bytes[]',
|
|
5739
5844
|
name: 'payload',
|
|
5740
|
-
type: 'bytes[]'
|
|
5741
|
-
|
|
5742
|
-
|
|
5845
|
+
type: 'bytes[]'
|
|
5846
|
+
}],
|
|
5847
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5848
|
+
name: 'guards',
|
|
5849
|
+
type: 'tuple[]'
|
|
5743
5850
|
}, {
|
|
5744
|
-
name: 'webhooks',
|
|
5745
|
-
type: 'tuple[]',
|
|
5746
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5747
5851
|
components: [{
|
|
5852
|
+
internalType: 'address',
|
|
5748
5853
|
name: 'webhookAddress',
|
|
5749
|
-
type: 'address'
|
|
5750
|
-
internalType: 'address'
|
|
5854
|
+
type: 'address'
|
|
5751
5855
|
}, {
|
|
5856
|
+
internalType: 'bytes[]',
|
|
5752
5857
|
name: 'payload',
|
|
5753
|
-
type: 'bytes[]'
|
|
5754
|
-
|
|
5755
|
-
|
|
5858
|
+
type: 'bytes[]'
|
|
5859
|
+
}],
|
|
5860
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5861
|
+
name: 'webhooks',
|
|
5862
|
+
type: 'tuple[]'
|
|
5756
5863
|
}, {
|
|
5864
|
+
internalType: 'uint256',
|
|
5757
5865
|
name: 'convenienceFeeBps',
|
|
5758
|
-
type: 'uint256'
|
|
5759
|
-
|
|
5760
|
-
|
|
5761
|
-
}],
|
|
5762
|
-
outputs: [{
|
|
5763
|
-
name: '',
|
|
5764
|
-
type: 'uint256',
|
|
5765
|
-
internalType: 'uint256'
|
|
5766
|
-
}],
|
|
5767
|
-
stateMutability: 'payable'
|
|
5768
|
-
}, {
|
|
5769
|
-
type: 'function',
|
|
5770
|
-
name: 'yodlWithPancake',
|
|
5771
|
-
inputs: [{
|
|
5866
|
+
type: 'uint256'
|
|
5867
|
+
}],
|
|
5868
|
+
internalType: 'struct YodlExternalFundingRouter.YodlExternalFundingParams',
|
|
5772
5869
|
name: 'params',
|
|
5773
|
-
type: 'tuple'
|
|
5774
|
-
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
5775
|
-
components: [{
|
|
5776
|
-
name: 'sender',
|
|
5777
|
-
type: 'address',
|
|
5778
|
-
internalType: 'address'
|
|
5779
|
-
}, {
|
|
5780
|
-
name: 'receiver',
|
|
5781
|
-
type: 'address',
|
|
5782
|
-
internalType: 'address'
|
|
5783
|
-
}, {
|
|
5784
|
-
name: 'amountIn',
|
|
5785
|
-
type: 'uint256',
|
|
5786
|
-
internalType: 'uint256'
|
|
5787
|
-
}, {
|
|
5788
|
-
name: 'amountOut',
|
|
5789
|
-
type: 'uint256',
|
|
5790
|
-
internalType: 'uint256'
|
|
5791
|
-
}, {
|
|
5792
|
-
name: 'memo',
|
|
5793
|
-
type: 'bytes32',
|
|
5794
|
-
internalType: 'bytes32'
|
|
5795
|
-
}, {
|
|
5796
|
-
name: 'path',
|
|
5797
|
-
type: 'bytes',
|
|
5798
|
-
internalType: 'bytes'
|
|
5799
|
-
}, {
|
|
5800
|
-
name: 'priceFeeds',
|
|
5801
|
-
type: 'tuple[2]',
|
|
5802
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5803
|
-
components: [{
|
|
5804
|
-
name: 'feedAddress',
|
|
5805
|
-
type: 'address',
|
|
5806
|
-
internalType: 'address'
|
|
5807
|
-
}, {
|
|
5808
|
-
name: 'feedType',
|
|
5809
|
-
type: 'int8',
|
|
5810
|
-
internalType: 'int8'
|
|
5811
|
-
}, {
|
|
5812
|
-
name: 'currency',
|
|
5813
|
-
type: 'string',
|
|
5814
|
-
internalType: 'string'
|
|
5815
|
-
}, {
|
|
5816
|
-
name: 'amount',
|
|
5817
|
-
type: 'uint256',
|
|
5818
|
-
internalType: 'uint256'
|
|
5819
|
-
}, {
|
|
5820
|
-
name: 'deadline',
|
|
5821
|
-
type: 'uint256',
|
|
5822
|
-
internalType: 'uint256'
|
|
5823
|
-
}, {
|
|
5824
|
-
name: 'signature',
|
|
5825
|
-
type: 'bytes',
|
|
5826
|
-
internalType: 'bytes'
|
|
5827
|
-
}]
|
|
5828
|
-
}, {
|
|
5829
|
-
name: 'extraFeeReceiver',
|
|
5830
|
-
type: 'address',
|
|
5831
|
-
internalType: 'address'
|
|
5832
|
-
}, {
|
|
5833
|
-
name: 'extraFeeBps',
|
|
5834
|
-
type: 'uint256',
|
|
5835
|
-
internalType: 'uint256'
|
|
5836
|
-
}, {
|
|
5837
|
-
name: 'swapType',
|
|
5838
|
-
type: 'uint8',
|
|
5839
|
-
internalType: 'enum YodlUniswapRouter.SwapType'
|
|
5840
|
-
}, {
|
|
5841
|
-
name: 'yd',
|
|
5842
|
-
type: 'uint256',
|
|
5843
|
-
internalType: 'uint256'
|
|
5844
|
-
}, {
|
|
5845
|
-
name: 'guards',
|
|
5846
|
-
type: 'tuple[]',
|
|
5847
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5848
|
-
components: [{
|
|
5849
|
-
name: 'guardAddress',
|
|
5850
|
-
type: 'address',
|
|
5851
|
-
internalType: 'address'
|
|
5852
|
-
}, {
|
|
5853
|
-
name: 'payload',
|
|
5854
|
-
type: 'bytes[]',
|
|
5855
|
-
internalType: 'bytes[]'
|
|
5856
|
-
}]
|
|
5857
|
-
}, {
|
|
5858
|
-
name: 'webhooks',
|
|
5859
|
-
type: 'tuple[]',
|
|
5860
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5861
|
-
components: [{
|
|
5862
|
-
name: 'webhookAddress',
|
|
5863
|
-
type: 'address',
|
|
5864
|
-
internalType: 'address'
|
|
5865
|
-
}, {
|
|
5866
|
-
name: 'payload',
|
|
5867
|
-
type: 'bytes[]',
|
|
5868
|
-
internalType: 'bytes[]'
|
|
5869
|
-
}]
|
|
5870
|
-
}]
|
|
5870
|
+
type: 'tuple'
|
|
5871
5871
|
}],
|
|
5872
|
+
name: 'yodlWithSwappedToken',
|
|
5872
5873
|
outputs: [{
|
|
5874
|
+
internalType: 'uint256',
|
|
5873
5875
|
name: '',
|
|
5874
|
-
type: 'uint256'
|
|
5875
|
-
internalType: 'uint256'
|
|
5876
|
+
type: 'uint256'
|
|
5876
5877
|
}],
|
|
5877
|
-
stateMutability: 'payable'
|
|
5878
|
+
stateMutability: 'payable',
|
|
5879
|
+
type: 'function'
|
|
5878
5880
|
}, {
|
|
5879
|
-
type: 'function',
|
|
5880
|
-
name: 'yodlWithToken',
|
|
5881
5881
|
inputs: [{
|
|
5882
|
-
name: 'params',
|
|
5883
|
-
type: 'tuple',
|
|
5884
|
-
internalType: 'struct YodlTransferRouter.YodlTransferParams',
|
|
5885
5882
|
components: [{
|
|
5883
|
+
internalType: 'bytes32',
|
|
5886
5884
|
name: 'memo',
|
|
5887
|
-
type: 'bytes32'
|
|
5888
|
-
internalType: 'bytes32'
|
|
5885
|
+
type: 'bytes32'
|
|
5889
5886
|
}, {
|
|
5887
|
+
internalType: 'uint256',
|
|
5890
5888
|
name: 'amount',
|
|
5891
|
-
type: 'uint256'
|
|
5892
|
-
internalType: 'uint256'
|
|
5889
|
+
type: 'uint256'
|
|
5893
5890
|
}, {
|
|
5894
|
-
name: 'priceFeeds',
|
|
5895
|
-
type: 'tuple[2]',
|
|
5896
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5897
5891
|
components: [{
|
|
5892
|
+
internalType: 'address',
|
|
5898
5893
|
name: 'feedAddress',
|
|
5899
|
-
type: 'address'
|
|
5900
|
-
internalType: 'address'
|
|
5894
|
+
type: 'address'
|
|
5901
5895
|
}, {
|
|
5896
|
+
internalType: 'int8',
|
|
5902
5897
|
name: 'feedType',
|
|
5903
|
-
type: 'int8'
|
|
5904
|
-
internalType: 'int8'
|
|
5898
|
+
type: 'int8'
|
|
5905
5899
|
}, {
|
|
5900
|
+
internalType: 'string',
|
|
5906
5901
|
name: 'currency',
|
|
5907
|
-
type: 'string'
|
|
5908
|
-
internalType: 'string'
|
|
5902
|
+
type: 'string'
|
|
5909
5903
|
}, {
|
|
5904
|
+
internalType: 'uint256',
|
|
5910
5905
|
name: 'amount',
|
|
5911
|
-
type: 'uint256'
|
|
5912
|
-
internalType: 'uint256'
|
|
5906
|
+
type: 'uint256'
|
|
5913
5907
|
}, {
|
|
5908
|
+
internalType: 'uint256',
|
|
5914
5909
|
name: 'deadline',
|
|
5915
|
-
type: 'uint256'
|
|
5916
|
-
internalType: 'uint256'
|
|
5910
|
+
type: 'uint256'
|
|
5917
5911
|
}, {
|
|
5912
|
+
internalType: 'bytes',
|
|
5918
5913
|
name: 'signature',
|
|
5919
|
-
type: 'bytes'
|
|
5920
|
-
|
|
5921
|
-
|
|
5914
|
+
type: 'bytes'
|
|
5915
|
+
}],
|
|
5916
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5917
|
+
name: 'priceFeeds',
|
|
5918
|
+
type: 'tuple[2]'
|
|
5922
5919
|
}, {
|
|
5920
|
+
internalType: 'address',
|
|
5923
5921
|
name: 'token',
|
|
5924
|
-
type: 'address'
|
|
5925
|
-
internalType: 'address'
|
|
5922
|
+
type: 'address'
|
|
5926
5923
|
}, {
|
|
5924
|
+
internalType: 'address',
|
|
5927
5925
|
name: 'receiver',
|
|
5928
|
-
type: 'address'
|
|
5929
|
-
internalType: 'address'
|
|
5926
|
+
type: 'address'
|
|
5930
5927
|
}, {
|
|
5928
|
+
internalType: 'address',
|
|
5931
5929
|
name: 'extraFeeReceiver',
|
|
5932
|
-
type: 'address'
|
|
5933
|
-
internalType: 'address'
|
|
5930
|
+
type: 'address'
|
|
5934
5931
|
}, {
|
|
5932
|
+
internalType: 'uint256',
|
|
5935
5933
|
name: 'extraFeeBps',
|
|
5936
|
-
type: 'uint256'
|
|
5937
|
-
internalType: 'uint256'
|
|
5934
|
+
type: 'uint256'
|
|
5938
5935
|
}, {
|
|
5936
|
+
internalType: 'uint256',
|
|
5939
5937
|
name: 'yd',
|
|
5940
|
-
type: 'uint256'
|
|
5941
|
-
internalType: 'uint256'
|
|
5938
|
+
type: 'uint256'
|
|
5942
5939
|
}, {
|
|
5943
|
-
name: 'guards',
|
|
5944
|
-
type: 'tuple[]',
|
|
5945
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5946
5940
|
components: [{
|
|
5941
|
+
internalType: 'address',
|
|
5947
5942
|
name: 'guardAddress',
|
|
5948
|
-
type: 'address'
|
|
5949
|
-
internalType: 'address'
|
|
5943
|
+
type: 'address'
|
|
5950
5944
|
}, {
|
|
5945
|
+
internalType: 'bytes[]',
|
|
5951
5946
|
name: 'payload',
|
|
5952
|
-
type: 'bytes[]'
|
|
5953
|
-
|
|
5954
|
-
|
|
5947
|
+
type: 'bytes[]'
|
|
5948
|
+
}],
|
|
5949
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5950
|
+
name: 'guards',
|
|
5951
|
+
type: 'tuple[]'
|
|
5955
5952
|
}, {
|
|
5956
|
-
name: 'webhooks',
|
|
5957
|
-
type: 'tuple[]',
|
|
5958
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5959
5953
|
components: [{
|
|
5954
|
+
internalType: 'address',
|
|
5960
5955
|
name: 'webhookAddress',
|
|
5961
|
-
type: 'address'
|
|
5962
|
-
internalType: 'address'
|
|
5956
|
+
type: 'address'
|
|
5963
5957
|
}, {
|
|
5958
|
+
internalType: 'bytes[]',
|
|
5964
5959
|
name: 'payload',
|
|
5965
|
-
type: 'bytes[]'
|
|
5966
|
-
|
|
5967
|
-
|
|
5968
|
-
|
|
5960
|
+
type: 'bytes[]'
|
|
5961
|
+
}],
|
|
5962
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5963
|
+
name: 'webhooks',
|
|
5964
|
+
type: 'tuple[]'
|
|
5965
|
+
}],
|
|
5966
|
+
internalType: 'struct YodlTransferRouter.YodlTransferParams',
|
|
5967
|
+
name: 'params',
|
|
5968
|
+
type: 'tuple'
|
|
5969
5969
|
}],
|
|
5970
|
+
name: 'yodlWithToken',
|
|
5970
5971
|
outputs: [{
|
|
5972
|
+
internalType: 'uint256',
|
|
5971
5973
|
name: '',
|
|
5972
|
-
type: 'uint256'
|
|
5973
|
-
internalType: 'uint256'
|
|
5974
|
+
type: 'uint256'
|
|
5974
5975
|
}],
|
|
5975
|
-
stateMutability: 'payable'
|
|
5976
|
+
stateMutability: 'payable',
|
|
5977
|
+
type: 'function'
|
|
5976
5978
|
}, {
|
|
5977
|
-
type: 'function',
|
|
5978
|
-
name: 'yodlWithUniswap',
|
|
5979
5979
|
inputs: [{
|
|
5980
|
-
name: 'params',
|
|
5981
|
-
type: 'tuple',
|
|
5982
|
-
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
5983
5980
|
components: [{
|
|
5981
|
+
internalType: 'address',
|
|
5984
5982
|
name: 'sender',
|
|
5985
|
-
type: 'address'
|
|
5986
|
-
internalType: 'address'
|
|
5983
|
+
type: 'address'
|
|
5987
5984
|
}, {
|
|
5985
|
+
internalType: 'address',
|
|
5988
5986
|
name: 'receiver',
|
|
5989
|
-
type: 'address'
|
|
5990
|
-
internalType: 'address'
|
|
5987
|
+
type: 'address'
|
|
5991
5988
|
}, {
|
|
5989
|
+
internalType: 'uint256',
|
|
5992
5990
|
name: 'amountIn',
|
|
5993
|
-
type: 'uint256'
|
|
5994
|
-
internalType: 'uint256'
|
|
5991
|
+
type: 'uint256'
|
|
5995
5992
|
}, {
|
|
5993
|
+
internalType: 'uint256',
|
|
5996
5994
|
name: 'amountOut',
|
|
5997
|
-
type: 'uint256'
|
|
5998
|
-
internalType: 'uint256'
|
|
5995
|
+
type: 'uint256'
|
|
5999
5996
|
}, {
|
|
5997
|
+
internalType: 'bytes32',
|
|
6000
5998
|
name: 'memo',
|
|
6001
|
-
type: 'bytes32'
|
|
6002
|
-
internalType: 'bytes32'
|
|
5999
|
+
type: 'bytes32'
|
|
6003
6000
|
}, {
|
|
6001
|
+
internalType: 'bytes',
|
|
6004
6002
|
name: 'path',
|
|
6005
|
-
type: 'bytes'
|
|
6006
|
-
internalType: 'bytes'
|
|
6003
|
+
type: 'bytes'
|
|
6007
6004
|
}, {
|
|
6008
|
-
name: 'priceFeeds',
|
|
6009
|
-
type: 'tuple[2]',
|
|
6010
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
6011
6005
|
components: [{
|
|
6006
|
+
internalType: 'address',
|
|
6012
6007
|
name: 'feedAddress',
|
|
6013
|
-
type: 'address'
|
|
6014
|
-
internalType: 'address'
|
|
6008
|
+
type: 'address'
|
|
6015
6009
|
}, {
|
|
6010
|
+
internalType: 'int8',
|
|
6016
6011
|
name: 'feedType',
|
|
6017
|
-
type: 'int8'
|
|
6018
|
-
internalType: 'int8'
|
|
6012
|
+
type: 'int8'
|
|
6019
6013
|
}, {
|
|
6014
|
+
internalType: 'string',
|
|
6020
6015
|
name: 'currency',
|
|
6021
|
-
type: 'string'
|
|
6022
|
-
internalType: 'string'
|
|
6016
|
+
type: 'string'
|
|
6023
6017
|
}, {
|
|
6018
|
+
internalType: 'uint256',
|
|
6024
6019
|
name: 'amount',
|
|
6025
|
-
type: 'uint256'
|
|
6026
|
-
internalType: 'uint256'
|
|
6020
|
+
type: 'uint256'
|
|
6027
6021
|
}, {
|
|
6022
|
+
internalType: 'uint256',
|
|
6028
6023
|
name: 'deadline',
|
|
6029
|
-
type: 'uint256'
|
|
6030
|
-
internalType: 'uint256'
|
|
6024
|
+
type: 'uint256'
|
|
6031
6025
|
}, {
|
|
6026
|
+
internalType: 'bytes',
|
|
6032
6027
|
name: 'signature',
|
|
6033
|
-
type: 'bytes'
|
|
6034
|
-
|
|
6035
|
-
|
|
6028
|
+
type: 'bytes'
|
|
6029
|
+
}],
|
|
6030
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
6031
|
+
name: 'priceFeeds',
|
|
6032
|
+
type: 'tuple[2]'
|
|
6036
6033
|
}, {
|
|
6034
|
+
internalType: 'address',
|
|
6037
6035
|
name: 'extraFeeReceiver',
|
|
6038
|
-
type: 'address'
|
|
6039
|
-
internalType: 'address'
|
|
6036
|
+
type: 'address'
|
|
6040
6037
|
}, {
|
|
6038
|
+
internalType: 'uint256',
|
|
6041
6039
|
name: 'extraFeeBps',
|
|
6042
|
-
type: 'uint256'
|
|
6043
|
-
internalType: 'uint256'
|
|
6040
|
+
type: 'uint256'
|
|
6044
6041
|
}, {
|
|
6042
|
+
internalType: 'enum YodlUniswapRouter.SwapType',
|
|
6045
6043
|
name: 'swapType',
|
|
6046
|
-
type: 'uint8'
|
|
6047
|
-
internalType: 'enum YodlUniswapRouter.SwapType'
|
|
6044
|
+
type: 'uint8'
|
|
6048
6045
|
}, {
|
|
6046
|
+
internalType: 'uint256',
|
|
6049
6047
|
name: 'yd',
|
|
6050
|
-
type: 'uint256'
|
|
6051
|
-
internalType: 'uint256'
|
|
6048
|
+
type: 'uint256'
|
|
6052
6049
|
}, {
|
|
6053
|
-
name: 'guards',
|
|
6054
|
-
type: 'tuple[]',
|
|
6055
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
6056
6050
|
components: [{
|
|
6051
|
+
internalType: 'address',
|
|
6057
6052
|
name: 'guardAddress',
|
|
6058
|
-
type: 'address'
|
|
6059
|
-
internalType: 'address'
|
|
6053
|
+
type: 'address'
|
|
6060
6054
|
}, {
|
|
6055
|
+
internalType: 'bytes[]',
|
|
6061
6056
|
name: 'payload',
|
|
6062
|
-
type: 'bytes[]'
|
|
6063
|
-
|
|
6064
|
-
|
|
6057
|
+
type: 'bytes[]'
|
|
6058
|
+
}],
|
|
6059
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
6060
|
+
name: 'guards',
|
|
6061
|
+
type: 'tuple[]'
|
|
6065
6062
|
}, {
|
|
6066
|
-
name: 'webhooks',
|
|
6067
|
-
type: 'tuple[]',
|
|
6068
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
6069
6063
|
components: [{
|
|
6064
|
+
internalType: 'address',
|
|
6070
6065
|
name: 'webhookAddress',
|
|
6071
|
-
type: 'address'
|
|
6072
|
-
internalType: 'address'
|
|
6066
|
+
type: 'address'
|
|
6073
6067
|
}, {
|
|
6068
|
+
internalType: 'bytes[]',
|
|
6074
6069
|
name: 'payload',
|
|
6075
|
-
type: 'bytes[]'
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
}],
|
|
6085
|
-
stateMutability: 'payable'
|
|
6086
|
-
}, {
|
|
6087
|
-
type: 'event',
|
|
6088
|
-
name: 'Convert',
|
|
6089
|
-
inputs: [{
|
|
6090
|
-
name: 'priceFeed0',
|
|
6091
|
-
type: 'address',
|
|
6092
|
-
indexed: true,
|
|
6093
|
-
internalType: 'address'
|
|
6094
|
-
}, {
|
|
6095
|
-
name: 'priceFeed1',
|
|
6096
|
-
type: 'address',
|
|
6097
|
-
indexed: true,
|
|
6098
|
-
internalType: 'address'
|
|
6099
|
-
}, {
|
|
6100
|
-
name: 'exchangeRate0',
|
|
6101
|
-
type: 'int256',
|
|
6102
|
-
indexed: false,
|
|
6103
|
-
internalType: 'int256'
|
|
6104
|
-
}, {
|
|
6105
|
-
name: 'exchangeRate1',
|
|
6106
|
-
type: 'int256',
|
|
6107
|
-
indexed: false,
|
|
6108
|
-
internalType: 'int256'
|
|
6109
|
-
}],
|
|
6110
|
-
anonymous: false
|
|
6111
|
-
}, {
|
|
6112
|
-
type: 'event',
|
|
6113
|
-
name: 'ConvertWithExternalRate',
|
|
6114
|
-
inputs: [{
|
|
6115
|
-
name: 'currency0',
|
|
6116
|
-
type: 'string',
|
|
6117
|
-
indexed: true,
|
|
6118
|
-
internalType: 'string'
|
|
6119
|
-
}, {
|
|
6120
|
-
name: 'priceFeed1',
|
|
6121
|
-
type: 'address',
|
|
6122
|
-
indexed: true,
|
|
6123
|
-
internalType: 'address'
|
|
6124
|
-
}, {
|
|
6125
|
-
name: 'exchangeRate0',
|
|
6126
|
-
type: 'int256',
|
|
6127
|
-
indexed: false,
|
|
6128
|
-
internalType: 'int256'
|
|
6129
|
-
}, {
|
|
6130
|
-
name: 'exchangeRate1',
|
|
6131
|
-
type: 'int256',
|
|
6132
|
-
indexed: false,
|
|
6133
|
-
internalType: 'int256'
|
|
6134
|
-
}],
|
|
6135
|
-
anonymous: false
|
|
6136
|
-
}, {
|
|
6137
|
-
type: 'event',
|
|
6138
|
-
name: 'Yodl',
|
|
6139
|
-
inputs: [{
|
|
6140
|
-
name: 'sender',
|
|
6141
|
-
type: 'address',
|
|
6142
|
-
indexed: true,
|
|
6143
|
-
internalType: 'address'
|
|
6144
|
-
}, {
|
|
6145
|
-
name: 'receiver',
|
|
6146
|
-
type: 'address',
|
|
6147
|
-
indexed: true,
|
|
6148
|
-
internalType: 'address'
|
|
6149
|
-
}, {
|
|
6150
|
-
name: 'token',
|
|
6151
|
-
type: 'address',
|
|
6152
|
-
indexed: false,
|
|
6153
|
-
internalType: 'address'
|
|
6154
|
-
}, {
|
|
6155
|
-
name: 'amount',
|
|
6156
|
-
type: 'uint256',
|
|
6157
|
-
indexed: false,
|
|
6158
|
-
internalType: 'uint256'
|
|
6159
|
-
}, {
|
|
6160
|
-
name: 'fees',
|
|
6161
|
-
type: 'uint256',
|
|
6162
|
-
indexed: false,
|
|
6163
|
-
internalType: 'uint256'
|
|
6164
|
-
}, {
|
|
6165
|
-
name: 'memo',
|
|
6166
|
-
type: 'bytes32',
|
|
6167
|
-
indexed: false,
|
|
6168
|
-
internalType: 'bytes32'
|
|
6070
|
+
type: 'bytes[]'
|
|
6071
|
+
}],
|
|
6072
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
6073
|
+
name: 'webhooks',
|
|
6074
|
+
type: 'tuple[]'
|
|
6075
|
+
}],
|
|
6076
|
+
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
6077
|
+
name: 'params',
|
|
6078
|
+
type: 'tuple'
|
|
6169
6079
|
}],
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
name: 'sender',
|
|
6176
|
-
type: 'address',
|
|
6177
|
-
indexed: true,
|
|
6178
|
-
internalType: 'address'
|
|
6179
|
-
}, {
|
|
6180
|
-
name: 'receiver',
|
|
6181
|
-
type: 'address',
|
|
6182
|
-
indexed: true,
|
|
6183
|
-
internalType: 'address'
|
|
6184
|
-
}, {
|
|
6185
|
-
name: 'amount',
|
|
6186
|
-
type: 'uint256',
|
|
6187
|
-
indexed: true,
|
|
6188
|
-
internalType: 'uint256'
|
|
6080
|
+
name: 'yodlWithUniswap',
|
|
6081
|
+
outputs: [{
|
|
6082
|
+
internalType: 'uint256',
|
|
6083
|
+
name: '',
|
|
6084
|
+
type: 'uint256'
|
|
6189
6085
|
}],
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
type: 'error',
|
|
6193
|
-
name: 'ECDSAInvalidSignature',
|
|
6194
|
-
inputs: []
|
|
6195
|
-
}, {
|
|
6196
|
-
type: 'error',
|
|
6197
|
-
name: 'ECDSAInvalidSignatureLength',
|
|
6198
|
-
inputs: [{
|
|
6199
|
-
name: 'length',
|
|
6200
|
-
type: 'uint256',
|
|
6201
|
-
internalType: 'uint256'
|
|
6202
|
-
}]
|
|
6203
|
-
}, {
|
|
6204
|
-
type: 'error',
|
|
6205
|
-
name: 'ECDSAInvalidSignatureS',
|
|
6206
|
-
inputs: [{
|
|
6207
|
-
name: 's',
|
|
6208
|
-
type: 'bytes32',
|
|
6209
|
-
internalType: 'bytes32'
|
|
6210
|
-
}]
|
|
6086
|
+
stateMutability: 'payable',
|
|
6087
|
+
type: 'function'
|
|
6211
6088
|
}, {
|
|
6212
|
-
|
|
6213
|
-
|
|
6214
|
-
inputs: []
|
|
6089
|
+
stateMutability: 'payable',
|
|
6090
|
+
type: 'receive'
|
|
6215
6091
|
}];
|
|
6216
6092
|
|
|
6217
6093
|
var YODL_ROUTER_ABIS = {
|
|
@@ -6257,9 +6133,7 @@ var chains = [
|
|
|
6257
6133
|
"UNISWAP",
|
|
6258
6134
|
"CURVE",
|
|
6259
6135
|
"ODOS",
|
|
6260
|
-
"ONE_INCH"
|
|
6261
|
-
"OKX",
|
|
6262
|
-
"UNIZEN"
|
|
6136
|
+
"ONE_INCH"
|
|
6263
6137
|
]
|
|
6264
6138
|
},
|
|
6265
6139
|
{
|
|
@@ -6281,11 +6155,23 @@ var chains = [
|
|
|
6281
6155
|
"UNISWAP",
|
|
6282
6156
|
"CURVE",
|
|
6283
6157
|
"ODOS",
|
|
6284
|
-
"ONE_INCH"
|
|
6285
|
-
"OKX",
|
|
6286
|
-
"UNIZEN"
|
|
6158
|
+
"ONE_INCH"
|
|
6287
6159
|
]
|
|
6288
6160
|
},
|
|
6161
|
+
{
|
|
6162
|
+
chainName: "Arbitrum Sepolia",
|
|
6163
|
+
shortName: "arb1-sepolia",
|
|
6164
|
+
testnet: false,
|
|
6165
|
+
chainId: 421614,
|
|
6166
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/42161/logo.svg",
|
|
6167
|
+
rpcUrls: [
|
|
6168
|
+
],
|
|
6169
|
+
wrappedNativeToken: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
6170
|
+
explorerUrl: "https://sepolia.arbiscan.io",
|
|
6171
|
+
nativeTokenName: "ETH",
|
|
6172
|
+
timestamp: "2024-06-20T08:16:18.932Z",
|
|
6173
|
+
feeTreasury: "0x5f0947253a8218894af13438ac2e2e0ced30d234"
|
|
6174
|
+
},
|
|
6289
6175
|
{
|
|
6290
6176
|
chainName: "Optimism",
|
|
6291
6177
|
shortName: "oeth",
|
|
@@ -6305,8 +6191,7 @@ var chains = [
|
|
|
6305
6191
|
"UNISWAP",
|
|
6306
6192
|
"CURVE",
|
|
6307
6193
|
"ODOS",
|
|
6308
|
-
"ONE_INCH"
|
|
6309
|
-
"UNIZEN"
|
|
6194
|
+
"ONE_INCH"
|
|
6310
6195
|
]
|
|
6311
6196
|
},
|
|
6312
6197
|
{
|
|
@@ -6348,9 +6233,7 @@ var chains = [
|
|
|
6348
6233
|
"UNISWAP",
|
|
6349
6234
|
"CURVE",
|
|
6350
6235
|
"ODOS",
|
|
6351
|
-
"ONE_INCH"
|
|
6352
|
-
"OKX",
|
|
6353
|
-
"UNIZEN"
|
|
6236
|
+
"ONE_INCH"
|
|
6354
6237
|
]
|
|
6355
6238
|
},
|
|
6356
6239
|
{
|
|
@@ -6372,8 +6255,7 @@ var chains = [
|
|
|
6372
6255
|
"UNISWAP",
|
|
6373
6256
|
"CURVE",
|
|
6374
6257
|
"ODOS",
|
|
6375
|
-
"ONE_INCH"
|
|
6376
|
-
"UNIZEN"
|
|
6258
|
+
"ONE_INCH"
|
|
6377
6259
|
]
|
|
6378
6260
|
},
|
|
6379
6261
|
{
|
|
@@ -6398,9 +6280,7 @@ var chains = [
|
|
|
6398
6280
|
"PANCAKE",
|
|
6399
6281
|
"CURVE",
|
|
6400
6282
|
"ODOS",
|
|
6401
|
-
"ONE_INCH"
|
|
6402
|
-
"OKX",
|
|
6403
|
-
"UNIZEN"
|
|
6283
|
+
"ONE_INCH"
|
|
6404
6284
|
]
|
|
6405
6285
|
}
|
|
6406
6286
|
];
|
|
@@ -6593,6 +6473,12 @@ var fiatCurrencies = [
|
|
|
6593
6473
|
decimals: 2,
|
|
6594
6474
|
name: "Colombian Peso",
|
|
6595
6475
|
symbol: "$"
|
|
6476
|
+
},
|
|
6477
|
+
{
|
|
6478
|
+
code: "XAU",
|
|
6479
|
+
decimals: 2,
|
|
6480
|
+
name: "Gold",
|
|
6481
|
+
symbol: "XAU"
|
|
6596
6482
|
}
|
|
6597
6483
|
];
|
|
6598
6484
|
|
|
@@ -23277,50 +23163,56 @@ var routerlist = {
|
|
|
23277
23163
|
},
|
|
23278
23164
|
routers: [{
|
|
23279
23165
|
chainId: 1,
|
|
23280
|
-
address: '
|
|
23281
|
-
timestamp: '2025-
|
|
23282
|
-
version: '0.
|
|
23166
|
+
address: '0x0487C9fE08dB1c21a9c3Cf373a4d93623B8169Ee',
|
|
23167
|
+
timestamp: '2025-02-26T00:00:00+00:00',
|
|
23168
|
+
version: '0.8',
|
|
23283
23169
|
fee: '0.002'
|
|
23284
23170
|
}, {
|
|
23285
23171
|
chainId: 10,
|
|
23286
|
-
address: '
|
|
23287
|
-
timestamp: '2025-
|
|
23288
|
-
version: '0.
|
|
23172
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23173
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23174
|
+
version: '0.8',
|
|
23289
23175
|
fee: '0.002'
|
|
23290
23176
|
}, {
|
|
23291
23177
|
chainId: 42161,
|
|
23292
|
-
address: '
|
|
23293
|
-
timestamp: '2025-
|
|
23294
|
-
version: '0.
|
|
23178
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23179
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23180
|
+
version: '0.8',
|
|
23295
23181
|
fee: '0.002'
|
|
23296
23182
|
}, {
|
|
23297
23183
|
chainId: 100,
|
|
23298
|
-
address: '
|
|
23299
|
-
timestamp: '2025-
|
|
23300
|
-
version: '0.
|
|
23184
|
+
address: '0x3160aE35D64c03182cAe1d64626894b563123E94',
|
|
23185
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23186
|
+
version: '0.8',
|
|
23301
23187
|
fee: '0.002'
|
|
23302
23188
|
}, {
|
|
23303
23189
|
chainId: 137,
|
|
23304
|
-
address: '
|
|
23305
|
-
timestamp: '2025-
|
|
23306
|
-
version: '0.
|
|
23190
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23191
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23192
|
+
version: '0.8',
|
|
23307
23193
|
fee: '0.002'
|
|
23308
23194
|
}, {
|
|
23309
23195
|
chainId: 8453,
|
|
23310
|
-
address: '
|
|
23311
|
-
timestamp: '2025-
|
|
23312
|
-
version: '0.
|
|
23196
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23197
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23198
|
+
version: '0.8',
|
|
23313
23199
|
fee: '0.002'
|
|
23314
23200
|
}, {
|
|
23315
23201
|
chainId: 56,
|
|
23316
|
-
address: '
|
|
23317
|
-
timestamp: '2025-
|
|
23318
|
-
version: '0.
|
|
23202
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23203
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23204
|
+
version: '0.8',
|
|
23205
|
+
fee: '0.002'
|
|
23206
|
+
}, {
|
|
23207
|
+
chainId: 421614,
|
|
23208
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23209
|
+
timestamp: '2025-10-15T00:00:00+00:00',
|
|
23210
|
+
version: '0.8',
|
|
23319
23211
|
fee: '0.002'
|
|
23320
23212
|
}]
|
|
23321
23213
|
};
|
|
23322
23214
|
|
|
23323
|
-
var timestamp = "2025-
|
|
23215
|
+
var timestamp = "2025-08-05T07:58:46.067Z";
|
|
23324
23216
|
var tokens = [
|
|
23325
23217
|
{
|
|
23326
23218
|
chainId: 1,
|
|
@@ -23333,7 +23225,7 @@ var tokens = [
|
|
|
23333
23225
|
"Mainnet",
|
|
23334
23226
|
"Native Token",
|
|
23335
23227
|
"Top10",
|
|
23336
|
-
"
|
|
23228
|
+
"Featured"
|
|
23337
23229
|
],
|
|
23338
23230
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23339
23231
|
displayDecimals: 6
|
|
@@ -23349,7 +23241,7 @@ var tokens = [
|
|
|
23349
23241
|
"Optimism",
|
|
23350
23242
|
"Native Token",
|
|
23351
23243
|
"Top10",
|
|
23352
|
-
"
|
|
23244
|
+
"Featured"
|
|
23353
23245
|
],
|
|
23354
23246
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23355
23247
|
displayDecimals: 6
|
|
@@ -23365,7 +23257,7 @@ var tokens = [
|
|
|
23365
23257
|
"Arbitrum",
|
|
23366
23258
|
"Native Token",
|
|
23367
23259
|
"Top10",
|
|
23368
|
-
"
|
|
23260
|
+
"Featured"
|
|
23369
23261
|
],
|
|
23370
23262
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23371
23263
|
displayDecimals: 6
|
|
@@ -23381,7 +23273,8 @@ var tokens = [
|
|
|
23381
23273
|
tags: [
|
|
23382
23274
|
"Arbitrum",
|
|
23383
23275
|
"Stablecoin",
|
|
23384
|
-
"EUR"
|
|
23276
|
+
"EUR",
|
|
23277
|
+
"Featured"
|
|
23385
23278
|
],
|
|
23386
23279
|
address: "0x0c06cCF38114ddfc35e07427B9424adcca9F44F8",
|
|
23387
23280
|
displayDecimals: 2
|
|
@@ -23397,7 +23290,7 @@ var tokens = [
|
|
|
23397
23290
|
"Base",
|
|
23398
23291
|
"Native Token",
|
|
23399
23292
|
"Top10",
|
|
23400
|
-
"
|
|
23293
|
+
"Featured"
|
|
23401
23294
|
],
|
|
23402
23295
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23403
23296
|
displayDecimals: 6
|
|
@@ -23412,8 +23305,8 @@ var tokens = [
|
|
|
23412
23305
|
tags: [
|
|
23413
23306
|
"Mainnet",
|
|
23414
23307
|
"Native Token",
|
|
23415
|
-
"
|
|
23416
|
-
"
|
|
23308
|
+
"Featured",
|
|
23309
|
+
"Wrapped"
|
|
23417
23310
|
],
|
|
23418
23311
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
23419
23312
|
displayDecimals: 6
|
|
@@ -23428,8 +23321,8 @@ var tokens = [
|
|
|
23428
23321
|
tags: [
|
|
23429
23322
|
"Optimism",
|
|
23430
23323
|
"Native Token",
|
|
23431
|
-
"
|
|
23432
|
-
"
|
|
23324
|
+
"Featured",
|
|
23325
|
+
"Wrapped"
|
|
23433
23326
|
],
|
|
23434
23327
|
address: "0x4200000000000000000000000000000000000006",
|
|
23435
23328
|
displayDecimals: 6
|
|
@@ -23444,8 +23337,8 @@ var tokens = [
|
|
|
23444
23337
|
tags: [
|
|
23445
23338
|
"Arbitrum",
|
|
23446
23339
|
"Native Token",
|
|
23447
|
-
"
|
|
23448
|
-
"
|
|
23340
|
+
"Featured",
|
|
23341
|
+
"Wrapped"
|
|
23449
23342
|
],
|
|
23450
23343
|
address: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
23451
23344
|
displayDecimals: 6
|
|
@@ -23460,8 +23353,8 @@ var tokens = [
|
|
|
23460
23353
|
tags: [
|
|
23461
23354
|
"Base",
|
|
23462
23355
|
"Native Token",
|
|
23463
|
-
"
|
|
23464
|
-
"
|
|
23356
|
+
"Featured",
|
|
23357
|
+
"Wrapped"
|
|
23465
23358
|
],
|
|
23466
23359
|
address: "0x4200000000000000000000000000000000000006",
|
|
23467
23360
|
displayDecimals: 6
|
|
@@ -23479,7 +23372,7 @@ var tokens = [
|
|
|
23479
23372
|
"Stablecoin",
|
|
23480
23373
|
"Top10",
|
|
23481
23374
|
"USD",
|
|
23482
|
-
"
|
|
23375
|
+
"Featured"
|
|
23483
23376
|
],
|
|
23484
23377
|
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
23485
23378
|
displayDecimals: 2
|
|
@@ -23497,7 +23390,7 @@ var tokens = [
|
|
|
23497
23390
|
"Stablecoin",
|
|
23498
23391
|
"Top10",
|
|
23499
23392
|
"USD",
|
|
23500
|
-
"
|
|
23393
|
+
"Featured"
|
|
23501
23394
|
],
|
|
23502
23395
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58",
|
|
23503
23396
|
displayDecimals: 2
|
|
@@ -23515,7 +23408,7 @@ var tokens = [
|
|
|
23515
23408
|
"Stablecoin",
|
|
23516
23409
|
"Top10",
|
|
23517
23410
|
"USD",
|
|
23518
|
-
"
|
|
23411
|
+
"Featured"
|
|
23519
23412
|
],
|
|
23520
23413
|
address: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
|
|
23521
23414
|
displayDecimals: 2
|
|
@@ -23533,7 +23426,7 @@ var tokens = [
|
|
|
23533
23426
|
"Stablecoin",
|
|
23534
23427
|
"Top10",
|
|
23535
23428
|
"USD",
|
|
23536
|
-
"
|
|
23429
|
+
"Featured"
|
|
23537
23430
|
],
|
|
23538
23431
|
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
23539
23432
|
displayDecimals: 2
|
|
@@ -23550,7 +23443,7 @@ var tokens = [
|
|
|
23550
23443
|
"Mainnet",
|
|
23551
23444
|
"Stablecoin",
|
|
23552
23445
|
"USD",
|
|
23553
|
-
"
|
|
23446
|
+
"Featured"
|
|
23554
23447
|
],
|
|
23555
23448
|
address: "0x4F604735c1cF31399C6E711D5962b2B3E0225AD3",
|
|
23556
23449
|
displayDecimals: 2
|
|
@@ -23568,7 +23461,7 @@ var tokens = [
|
|
|
23568
23461
|
"Stablecoin",
|
|
23569
23462
|
"Top10",
|
|
23570
23463
|
"USD",
|
|
23571
|
-
"
|
|
23464
|
+
"Featured"
|
|
23572
23465
|
],
|
|
23573
23466
|
address: "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
|
|
23574
23467
|
displayDecimals: 2
|
|
@@ -23586,7 +23479,7 @@ var tokens = [
|
|
|
23586
23479
|
"Stablecoin",
|
|
23587
23480
|
"Top10",
|
|
23588
23481
|
"USD",
|
|
23589
|
-
"
|
|
23482
|
+
"Featured"
|
|
23590
23483
|
],
|
|
23591
23484
|
address: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
23592
23485
|
displayDecimals: 2
|
|
@@ -23603,7 +23496,7 @@ var tokens = [
|
|
|
23603
23496
|
"Optimism",
|
|
23604
23497
|
"Stablecoin",
|
|
23605
23498
|
"USD",
|
|
23606
|
-
"
|
|
23499
|
+
"Featured"
|
|
23607
23500
|
],
|
|
23608
23501
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23609
23502
|
displayDecimals: 2
|
|
@@ -23621,7 +23514,7 @@ var tokens = [
|
|
|
23621
23514
|
"Stablecoin",
|
|
23622
23515
|
"Top10",
|
|
23623
23516
|
"USD",
|
|
23624
|
-
"
|
|
23517
|
+
"Featured"
|
|
23625
23518
|
],
|
|
23626
23519
|
address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
23627
23520
|
displayDecimals: 2
|
|
@@ -23638,7 +23531,7 @@ var tokens = [
|
|
|
23638
23531
|
"Base",
|
|
23639
23532
|
"Stablecoin",
|
|
23640
23533
|
"USD",
|
|
23641
|
-
"
|
|
23534
|
+
"Featured"
|
|
23642
23535
|
],
|
|
23643
23536
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23644
23537
|
displayDecimals: 2
|
|
@@ -23656,7 +23549,7 @@ var tokens = [
|
|
|
23656
23549
|
"Stablecoin",
|
|
23657
23550
|
"Top10",
|
|
23658
23551
|
"USD",
|
|
23659
|
-
"
|
|
23552
|
+
"Featured"
|
|
23660
23553
|
],
|
|
23661
23554
|
address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
23662
23555
|
displayDecimals: 2
|
|
@@ -23674,7 +23567,7 @@ var tokens = [
|
|
|
23674
23567
|
"Stablecoin",
|
|
23675
23568
|
"Top10",
|
|
23676
23569
|
"USD",
|
|
23677
|
-
"
|
|
23570
|
+
"Featured"
|
|
23678
23571
|
],
|
|
23679
23572
|
address: "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",
|
|
23680
23573
|
displayDecimals: 2
|
|
@@ -23691,7 +23584,7 @@ var tokens = [
|
|
|
23691
23584
|
"Arbitrum",
|
|
23692
23585
|
"Stablecoin",
|
|
23693
23586
|
"USD",
|
|
23694
|
-
"
|
|
23587
|
+
"Featured"
|
|
23695
23588
|
],
|
|
23696
23589
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23697
23590
|
displayDecimals: 2
|
|
@@ -23709,7 +23602,7 @@ var tokens = [
|
|
|
23709
23602
|
"Stablecoin",
|
|
23710
23603
|
"Top10",
|
|
23711
23604
|
"USD",
|
|
23712
|
-
"
|
|
23605
|
+
"Featured"
|
|
23713
23606
|
],
|
|
23714
23607
|
address: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
23715
23608
|
displayDecimals: 2
|
|
@@ -23727,7 +23620,7 @@ var tokens = [
|
|
|
23727
23620
|
"Stablecoin",
|
|
23728
23621
|
"Top10",
|
|
23729
23622
|
"USD",
|
|
23730
|
-
"
|
|
23623
|
+
"Featured"
|
|
23731
23624
|
],
|
|
23732
23625
|
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
23733
23626
|
displayDecimals: 2
|
|
@@ -23745,28 +23638,11 @@ var tokens = [
|
|
|
23745
23638
|
"Stablecoin",
|
|
23746
23639
|
"Top10",
|
|
23747
23640
|
"USD",
|
|
23748
|
-
"
|
|
23641
|
+
"Featured"
|
|
23749
23642
|
],
|
|
23750
23643
|
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
23751
23644
|
displayDecimals: 2
|
|
23752
23645
|
},
|
|
23753
|
-
{
|
|
23754
|
-
chainId: 8453,
|
|
23755
|
-
coinGeckoId: "dai",
|
|
23756
|
-
name: "DAI",
|
|
23757
|
-
symbol: "DAI",
|
|
23758
|
-
currency: "USD",
|
|
23759
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
23760
|
-
decimals: 18,
|
|
23761
|
-
tags: [
|
|
23762
|
-
"Base",
|
|
23763
|
-
"Stablecoin",
|
|
23764
|
-
"Top10",
|
|
23765
|
-
"USD",
|
|
23766
|
-
"featured"
|
|
23767
|
-
],
|
|
23768
|
-
address: "0x50c5725949a6f0c72e6c4a641f24049a917db0cb"
|
|
23769
|
-
},
|
|
23770
23646
|
{
|
|
23771
23647
|
chainId: 1,
|
|
23772
23648
|
coinGeckoId: "crvusd",
|
|
@@ -23779,7 +23655,7 @@ var tokens = [
|
|
|
23779
23655
|
"Mainnet",
|
|
23780
23656
|
"Stablecoin",
|
|
23781
23657
|
"USD",
|
|
23782
|
-
"
|
|
23658
|
+
"Featured"
|
|
23783
23659
|
],
|
|
23784
23660
|
address: "0xf939e0a03fb07f59a73314e73794be0e57ac1b4e",
|
|
23785
23661
|
displayDecimals: 2
|
|
@@ -23795,7 +23671,7 @@ var tokens = [
|
|
|
23795
23671
|
tags: [
|
|
23796
23672
|
"Stablecoin",
|
|
23797
23673
|
"USD",
|
|
23798
|
-
"
|
|
23674
|
+
"Featured"
|
|
23799
23675
|
],
|
|
23800
23676
|
address: "0xc52d7f23a2e460248db6ee192cb23dd12bddcbf6",
|
|
23801
23677
|
displayDecimals: 2
|
|
@@ -23811,7 +23687,7 @@ var tokens = [
|
|
|
23811
23687
|
tags: [
|
|
23812
23688
|
"Stablecoin",
|
|
23813
23689
|
"USD",
|
|
23814
|
-
"
|
|
23690
|
+
"Featured"
|
|
23815
23691
|
],
|
|
23816
23692
|
address: "0xaBEf652195F98A91E490f047A5006B71c85f058d",
|
|
23817
23693
|
displayDecimals: 2
|
|
@@ -23827,7 +23703,7 @@ var tokens = [
|
|
|
23827
23703
|
tags: [
|
|
23828
23704
|
"Stablecoin",
|
|
23829
23705
|
"USD",
|
|
23830
|
-
"
|
|
23706
|
+
"Featured"
|
|
23831
23707
|
],
|
|
23832
23708
|
address: "0xc4Ce1D6F5D98D65eE25Cf85e9F2E9DcFEe6Cb5d6",
|
|
23833
23709
|
displayDecimals: 2
|
|
@@ -23843,7 +23719,7 @@ var tokens = [
|
|
|
23843
23719
|
tags: [
|
|
23844
23720
|
"Stablecoin",
|
|
23845
23721
|
"USD",
|
|
23846
|
-
"
|
|
23722
|
+
"Featured"
|
|
23847
23723
|
],
|
|
23848
23724
|
address: "0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93",
|
|
23849
23725
|
displayDecimals: 2
|
|
@@ -23859,7 +23735,7 @@ var tokens = [
|
|
|
23859
23735
|
tags: [
|
|
23860
23736
|
"Stablecoin",
|
|
23861
23737
|
"USD",
|
|
23862
|
-
"
|
|
23738
|
+
"Featured"
|
|
23863
23739
|
],
|
|
23864
23740
|
address: "0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5",
|
|
23865
23741
|
displayDecimals: 2
|
|
@@ -23875,44 +23751,12 @@ var tokens = [
|
|
|
23875
23751
|
tags: [
|
|
23876
23752
|
"Mainnet",
|
|
23877
23753
|
"Stablecoin",
|
|
23878
|
-
"EUR"
|
|
23754
|
+
"EUR",
|
|
23755
|
+
"Featured"
|
|
23879
23756
|
],
|
|
23880
23757
|
address: "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
|
|
23881
23758
|
displayDecimals: 2
|
|
23882
23759
|
},
|
|
23883
|
-
{
|
|
23884
|
-
chainId: 5,
|
|
23885
|
-
name: "XUSD",
|
|
23886
|
-
symbol: "XUSD",
|
|
23887
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23888
|
-
decimals: 18,
|
|
23889
|
-
tags: [
|
|
23890
|
-
"TESTNET"
|
|
23891
|
-
],
|
|
23892
|
-
address: "0x33ca3889bb0032e9c3794b608a242d27e7293353"
|
|
23893
|
-
},
|
|
23894
|
-
{
|
|
23895
|
-
chainId: 5,
|
|
23896
|
-
name: "USDC.test",
|
|
23897
|
-
symbol: "USDC",
|
|
23898
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23899
|
-
decimals: 18,
|
|
23900
|
-
tags: [
|
|
23901
|
-
"TESTNET"
|
|
23902
|
-
],
|
|
23903
|
-
address: "0xe5768E2dDEc1E50Ac2672a2d75D63d36A8Ec88d9"
|
|
23904
|
-
},
|
|
23905
|
-
{
|
|
23906
|
-
chainId: 5,
|
|
23907
|
-
name: "USDT.test",
|
|
23908
|
-
symbol: "USDT",
|
|
23909
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
23910
|
-
decimals: 18,
|
|
23911
|
-
tags: [
|
|
23912
|
-
"TESTNET"
|
|
23913
|
-
],
|
|
23914
|
-
address: "0xeB87E5d9c773d3E802989295147564985B5B358C"
|
|
23915
|
-
},
|
|
23916
23760
|
{
|
|
23917
23761
|
chainId: 43114,
|
|
23918
23762
|
coinGeckoId: "dai",
|
|
@@ -23923,7 +23767,8 @@ var tokens = [
|
|
|
23923
23767
|
currency: "USD",
|
|
23924
23768
|
tags: [
|
|
23925
23769
|
"Avalanche",
|
|
23926
|
-
"
|
|
23770
|
+
"Stablecoin",
|
|
23771
|
+
"Featured"
|
|
23927
23772
|
],
|
|
23928
23773
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
23929
23774
|
displayDecimals: 2
|
|
@@ -23938,7 +23783,8 @@ var tokens = [
|
|
|
23938
23783
|
currency: "USD",
|
|
23939
23784
|
tags: [
|
|
23940
23785
|
"Avalanche",
|
|
23941
|
-
"
|
|
23786
|
+
"Stablecoin",
|
|
23787
|
+
"Featured"
|
|
23942
23788
|
],
|
|
23943
23789
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
23944
23790
|
displayDecimals: 2
|
|
@@ -23953,9 +23799,9 @@ var tokens = [
|
|
|
23953
23799
|
currency: "USD",
|
|
23954
23800
|
tags: [
|
|
23955
23801
|
"Avalanche",
|
|
23956
|
-
"
|
|
23802
|
+
"Stablecoin",
|
|
23957
23803
|
"USD",
|
|
23958
|
-
"
|
|
23804
|
+
"Featured"
|
|
23959
23805
|
],
|
|
23960
23806
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23961
23807
|
displayDecimals: 2
|
|
@@ -23969,8 +23815,8 @@ var tokens = [
|
|
|
23969
23815
|
symbol: "MIM",
|
|
23970
23816
|
tags: [
|
|
23971
23817
|
"Avalanche",
|
|
23972
|
-
"
|
|
23973
|
-
"
|
|
23818
|
+
"Stablecoin",
|
|
23819
|
+
"Featured"
|
|
23974
23820
|
],
|
|
23975
23821
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/MIM.svg",
|
|
23976
23822
|
displayDecimals: 2
|
|
@@ -23988,7 +23834,7 @@ var tokens = [
|
|
|
23988
23834
|
"Stablecoin",
|
|
23989
23835
|
"Top10",
|
|
23990
23836
|
"USD",
|
|
23991
|
-
"
|
|
23837
|
+
"Featured"
|
|
23992
23838
|
],
|
|
23993
23839
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23994
23840
|
displayDecimals: 2
|
|
@@ -24006,7 +23852,7 @@ var tokens = [
|
|
|
24006
23852
|
"Stablecoin",
|
|
24007
23853
|
"Top10",
|
|
24008
23854
|
"USD",
|
|
24009
|
-
"
|
|
23855
|
+
"Featured"
|
|
24010
23856
|
],
|
|
24011
23857
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24012
23858
|
displayDecimals: 2
|
|
@@ -24024,7 +23870,7 @@ var tokens = [
|
|
|
24024
23870
|
"Stablecoin",
|
|
24025
23871
|
"Top10",
|
|
24026
23872
|
"USD",
|
|
24027
|
-
"
|
|
23873
|
+
"Featured"
|
|
24028
23874
|
],
|
|
24029
23875
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24030
23876
|
displayDecimals: 2
|
|
@@ -24042,7 +23888,7 @@ var tokens = [
|
|
|
24042
23888
|
"Stablecoin",
|
|
24043
23889
|
"Top10",
|
|
24044
23890
|
"USD",
|
|
24045
|
-
"
|
|
23891
|
+
"Featured"
|
|
24046
23892
|
],
|
|
24047
23893
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24048
23894
|
displayDecimals: 2
|
|
@@ -24060,14 +23906,14 @@ var tokens = [
|
|
|
24060
23906
|
"Stablecoin",
|
|
24061
23907
|
"Native Token",
|
|
24062
23908
|
"USD",
|
|
24063
|
-
"
|
|
23909
|
+
"Featured"
|
|
24064
23910
|
],
|
|
24065
23911
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/xDAI.svg",
|
|
24066
23912
|
displayDecimals: 2
|
|
24067
23913
|
},
|
|
24068
23914
|
{
|
|
24069
23915
|
chainId: 100,
|
|
24070
|
-
coinGeckoId: "
|
|
23916
|
+
coinGeckoId: "xdai",
|
|
24071
23917
|
address: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",
|
|
24072
23918
|
decimals: 18,
|
|
24073
23919
|
name: "wxDAI",
|
|
@@ -24078,8 +23924,8 @@ var tokens = [
|
|
|
24078
23924
|
"Stablecoin",
|
|
24079
23925
|
"Native Token",
|
|
24080
23926
|
"USD",
|
|
24081
|
-
"
|
|
24082
|
-
"
|
|
23927
|
+
"Featured",
|
|
23928
|
+
"Wrapped"
|
|
24083
23929
|
],
|
|
24084
23930
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/wxDAI.svg",
|
|
24085
23931
|
displayDecimals: 2
|
|
@@ -24095,7 +23941,7 @@ var tokens = [
|
|
|
24095
23941
|
tags: [
|
|
24096
23942
|
"Gnosis",
|
|
24097
23943
|
"Stablecoin",
|
|
24098
|
-
"
|
|
23944
|
+
"Featured"
|
|
24099
23945
|
],
|
|
24100
23946
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",
|
|
24101
23947
|
displayDecimals: 2
|
|
@@ -24110,7 +23956,7 @@ var tokens = [
|
|
|
24110
23956
|
tags: [
|
|
24111
23957
|
"Polygon",
|
|
24112
23958
|
"Native Token",
|
|
24113
|
-
"
|
|
23959
|
+
"Featured"
|
|
24114
23960
|
],
|
|
24115
23961
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
24116
23962
|
displayDecimals: 1
|
|
@@ -24125,8 +23971,8 @@ var tokens = [
|
|
|
24125
23971
|
tags: [
|
|
24126
23972
|
"Polygon",
|
|
24127
23973
|
"Native Token",
|
|
24128
|
-
"
|
|
24129
|
-
"
|
|
23974
|
+
"Featured",
|
|
23975
|
+
"Wrapped"
|
|
24130
23976
|
],
|
|
24131
23977
|
address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
|
|
24132
23978
|
displayDecimals: 1
|
|
@@ -24144,7 +23990,7 @@ var tokens = [
|
|
|
24144
23990
|
"Stablecoin",
|
|
24145
23991
|
"Top10",
|
|
24146
23992
|
"USD",
|
|
24147
|
-
"
|
|
23993
|
+
"Featured"
|
|
24148
23994
|
],
|
|
24149
23995
|
address: "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
|
|
24150
23996
|
displayDecimals: 2
|
|
@@ -24162,7 +24008,7 @@ var tokens = [
|
|
|
24162
24008
|
"Stablecoin",
|
|
24163
24009
|
"Top10",
|
|
24164
24010
|
"USD",
|
|
24165
|
-
"
|
|
24011
|
+
"Featured"
|
|
24166
24012
|
],
|
|
24167
24013
|
address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
|
|
24168
24014
|
displayDecimals: 2
|
|
@@ -24180,7 +24026,7 @@ var tokens = [
|
|
|
24180
24026
|
"Stablecoin",
|
|
24181
24027
|
"Top10",
|
|
24182
24028
|
"USD",
|
|
24183
|
-
"
|
|
24029
|
+
"Featured"
|
|
24184
24030
|
],
|
|
24185
24031
|
address: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
|
|
24186
24032
|
displayDecimals: 2
|
|
@@ -24198,7 +24044,7 @@ var tokens = [
|
|
|
24198
24044
|
"Stablecoin",
|
|
24199
24045
|
"Top10",
|
|
24200
24046
|
"USD",
|
|
24201
|
-
"
|
|
24047
|
+
"Featured"
|
|
24202
24048
|
],
|
|
24203
24049
|
address: "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
|
|
24204
24050
|
displayDecimals: 2
|
|
@@ -24214,7 +24060,7 @@ var tokens = [
|
|
|
24214
24060
|
tags: [
|
|
24215
24061
|
"Polygon",
|
|
24216
24062
|
"Stablecoin",
|
|
24217
|
-
"
|
|
24063
|
+
"Featured"
|
|
24218
24064
|
],
|
|
24219
24065
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",
|
|
24220
24066
|
displayDecimals: 2
|
|
@@ -24231,7 +24077,7 @@ var tokens = [
|
|
|
24231
24077
|
"Polygon",
|
|
24232
24078
|
"Stablecoin",
|
|
24233
24079
|
"USD",
|
|
24234
|
-
"
|
|
24080
|
+
"Featured"
|
|
24235
24081
|
],
|
|
24236
24082
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
24237
24083
|
displayDecimals: 2
|
|
@@ -24246,9 +24092,10 @@ var tokens = [
|
|
|
24246
24092
|
tags: [
|
|
24247
24093
|
"BNB Smart Chain",
|
|
24248
24094
|
"Native Token",
|
|
24249
|
-
"
|
|
24095
|
+
"Featured"
|
|
24250
24096
|
],
|
|
24251
|
-
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
|
|
24097
|
+
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
24098
|
+
displayDecimals: 5
|
|
24252
24099
|
},
|
|
24253
24100
|
{
|
|
24254
24101
|
chainId: 56,
|
|
@@ -24260,10 +24107,11 @@ var tokens = [
|
|
|
24260
24107
|
tags: [
|
|
24261
24108
|
"BNB Smart Chain",
|
|
24262
24109
|
"Native Token",
|
|
24263
|
-
"
|
|
24264
|
-
"
|
|
24110
|
+
"Featured",
|
|
24111
|
+
"Wrapped"
|
|
24265
24112
|
],
|
|
24266
|
-
address: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"
|
|
24113
|
+
address: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
|
|
24114
|
+
displayDecimals: 5
|
|
24267
24115
|
},
|
|
24268
24116
|
{
|
|
24269
24117
|
chainId: 56,
|
|
@@ -24278,7 +24126,7 @@ var tokens = [
|
|
|
24278
24126
|
"Stablecoin",
|
|
24279
24127
|
"Top10",
|
|
24280
24128
|
"USD",
|
|
24281
|
-
"
|
|
24129
|
+
"Featured"
|
|
24282
24130
|
],
|
|
24283
24131
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24284
24132
|
displayDecimals: 2
|
|
@@ -24296,7 +24144,7 @@ var tokens = [
|
|
|
24296
24144
|
"Stablecoin",
|
|
24297
24145
|
"Top10",
|
|
24298
24146
|
"USD",
|
|
24299
|
-
"
|
|
24147
|
+
"Featured"
|
|
24300
24148
|
],
|
|
24301
24149
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24302
24150
|
displayDecimals: 2
|
|
@@ -24307,13 +24155,12 @@ var tokens = [
|
|
|
24307
24155
|
coinGeckoId: "dai",
|
|
24308
24156
|
name: "Dai",
|
|
24309
24157
|
symbol: "DAI",
|
|
24310
|
-
currency: "USD",
|
|
24311
24158
|
decimals: 18,
|
|
24312
24159
|
tags: [
|
|
24313
24160
|
"BNB Smart Chain",
|
|
24314
24161
|
"Stablecoin",
|
|
24315
24162
|
"USD",
|
|
24316
|
-
"
|
|
24163
|
+
"Featured"
|
|
24317
24164
|
],
|
|
24318
24165
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
24319
24166
|
displayDecimals: 2
|
|
@@ -24329,7 +24176,7 @@ var tokens = [
|
|
|
24329
24176
|
tags: [
|
|
24330
24177
|
"Mainnet",
|
|
24331
24178
|
"Stablecoin",
|
|
24332
|
-
"
|
|
24179
|
+
"Featured",
|
|
24333
24180
|
"USD"
|
|
24334
24181
|
],
|
|
24335
24182
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24346,7 +24193,7 @@ var tokens = [
|
|
|
24346
24193
|
tags: [
|
|
24347
24194
|
"Mainnet",
|
|
24348
24195
|
"Stablecoin",
|
|
24349
|
-
"
|
|
24196
|
+
"Featured",
|
|
24350
24197
|
"USD",
|
|
24351
24198
|
"Wrapped"
|
|
24352
24199
|
],
|
|
@@ -24363,7 +24210,7 @@ var tokens = [
|
|
|
24363
24210
|
currency: "USD",
|
|
24364
24211
|
tags: [
|
|
24365
24212
|
"Stablecoin",
|
|
24366
|
-
"
|
|
24213
|
+
"Featured",
|
|
24367
24214
|
"USD"
|
|
24368
24215
|
],
|
|
24369
24216
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24379,7 +24226,7 @@ var tokens = [
|
|
|
24379
24226
|
currency: "USD",
|
|
24380
24227
|
tags: [
|
|
24381
24228
|
"Stablecoin",
|
|
24382
|
-
"
|
|
24229
|
+
"Featured",
|
|
24383
24230
|
"USD",
|
|
24384
24231
|
"Wrapped"
|
|
24385
24232
|
],
|
|
@@ -24396,7 +24243,7 @@ var tokens = [
|
|
|
24396
24243
|
currency: "USD",
|
|
24397
24244
|
tags: [
|
|
24398
24245
|
"Stablecoin",
|
|
24399
|
-
"
|
|
24246
|
+
"Featured",
|
|
24400
24247
|
"USD"
|
|
24401
24248
|
],
|
|
24402
24249
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24412,7 +24259,7 @@ var tokens = [
|
|
|
24412
24259
|
currency: "USD",
|
|
24413
24260
|
tags: [
|
|
24414
24261
|
"Stablecoin",
|
|
24415
|
-
"
|
|
24262
|
+
"Featured",
|
|
24416
24263
|
"USD",
|
|
24417
24264
|
"Wrapped"
|
|
24418
24265
|
],
|
|
@@ -24429,7 +24276,7 @@ var tokens = [
|
|
|
24429
24276
|
currency: "USD",
|
|
24430
24277
|
tags: [
|
|
24431
24278
|
"Stablecoin",
|
|
24432
|
-
"
|
|
24279
|
+
"Featured",
|
|
24433
24280
|
"USD"
|
|
24434
24281
|
],
|
|
24435
24282
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24445,7 +24292,7 @@ var tokens = [
|
|
|
24445
24292
|
currency: "USD",
|
|
24446
24293
|
tags: [
|
|
24447
24294
|
"Stablecoin",
|
|
24448
|
-
"
|
|
24295
|
+
"Featured",
|
|
24449
24296
|
"USD",
|
|
24450
24297
|
"Wrapped"
|
|
24451
24298
|
],
|
|
@@ -24462,7 +24309,7 @@ var tokens = [
|
|
|
24462
24309
|
currency: "USD",
|
|
24463
24310
|
tags: [
|
|
24464
24311
|
"Stablecoin",
|
|
24465
|
-
"
|
|
24312
|
+
"Featured",
|
|
24466
24313
|
"USD"
|
|
24467
24314
|
],
|
|
24468
24315
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24478,7 +24325,7 @@ var tokens = [
|
|
|
24478
24325
|
currency: "USD",
|
|
24479
24326
|
tags: [
|
|
24480
24327
|
"Stablecoin",
|
|
24481
|
-
"
|
|
24328
|
+
"Featured",
|
|
24482
24329
|
"USD",
|
|
24483
24330
|
"Wrapped"
|
|
24484
24331
|
],
|
|
@@ -24495,7 +24342,7 @@ var tokens = [
|
|
|
24495
24342
|
currency: "IDR",
|
|
24496
24343
|
tags: [
|
|
24497
24344
|
"Stablecoin",
|
|
24498
|
-
"
|
|
24345
|
+
"Featured",
|
|
24499
24346
|
"IDR"
|
|
24500
24347
|
],
|
|
24501
24348
|
address: "0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
|
|
@@ -24511,7 +24358,7 @@ var tokens = [
|
|
|
24511
24358
|
currency: "IDR",
|
|
24512
24359
|
tags: [
|
|
24513
24360
|
"Stablecoin",
|
|
24514
|
-
"
|
|
24361
|
+
"Featured",
|
|
24515
24362
|
"IDR"
|
|
24516
24363
|
],
|
|
24517
24364
|
address: "0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
|
|
@@ -24527,7 +24374,7 @@ var tokens = [
|
|
|
24527
24374
|
currency: "IDR",
|
|
24528
24375
|
tags: [
|
|
24529
24376
|
"Stablecoin",
|
|
24530
|
-
"
|
|
24377
|
+
"Featured",
|
|
24531
24378
|
"IDR"
|
|
24532
24379
|
],
|
|
24533
24380
|
address: "0x18Bc5bcC660cf2B9cE3cd51a404aFe1a0cBD3C22",
|
|
@@ -24626,7 +24473,7 @@ var tokens = [
|
|
|
24626
24473
|
"Stablecoin",
|
|
24627
24474
|
"Native Token",
|
|
24628
24475
|
"USD",
|
|
24629
|
-
"
|
|
24476
|
+
"Featured"
|
|
24630
24477
|
],
|
|
24631
24478
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sxDAI.png",
|
|
24632
24479
|
displayDecimals: 2
|
|
@@ -24640,7 +24487,7 @@ var tokens = [
|
|
|
24640
24487
|
symbol: "CRV",
|
|
24641
24488
|
tags: [
|
|
24642
24489
|
"Gnosis",
|
|
24643
|
-
"
|
|
24490
|
+
"Featured"
|
|
24644
24491
|
],
|
|
24645
24492
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/CRV.png",
|
|
24646
24493
|
displayDecimals: 2
|
|
@@ -24654,23 +24501,11 @@ var tokens = [
|
|
|
24654
24501
|
symbol: "GNO",
|
|
24655
24502
|
tags: [
|
|
24656
24503
|
"Gnosis",
|
|
24657
|
-
"
|
|
24504
|
+
"Featured"
|
|
24658
24505
|
],
|
|
24659
24506
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/GNO.png",
|
|
24660
24507
|
displayDecimals: 4
|
|
24661
24508
|
},
|
|
24662
|
-
{
|
|
24663
|
-
chainId: 100,
|
|
24664
|
-
address: "0xa4ef9da5ba71cc0d2e5e877a910a37ec43420445",
|
|
24665
|
-
decimals: 18,
|
|
24666
|
-
name: "Staked Gnosis",
|
|
24667
|
-
symbol: "sGNO",
|
|
24668
|
-
tags: [
|
|
24669
|
-
"Gnosis",
|
|
24670
|
-
"featured"
|
|
24671
|
-
],
|
|
24672
|
-
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sGNO.png"
|
|
24673
|
-
},
|
|
24674
24509
|
{
|
|
24675
24510
|
chainId: 100,
|
|
24676
24511
|
coinGeckoId: "bread",
|
|
@@ -24680,7 +24515,7 @@ var tokens = [
|
|
|
24680
24515
|
symbol: "BRD",
|
|
24681
24516
|
tags: [
|
|
24682
24517
|
"Gnosis",
|
|
24683
|
-
"
|
|
24518
|
+
"Featured"
|
|
24684
24519
|
],
|
|
24685
24520
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/BRD.png",
|
|
24686
24521
|
displayDecimals: 0
|
|
@@ -24694,25 +24529,12 @@ var tokens = [
|
|
|
24694
24529
|
symbol: "EURC.e",
|
|
24695
24530
|
tags: [
|
|
24696
24531
|
"Gnosis",
|
|
24697
|
-
"
|
|
24532
|
+
"Featured",
|
|
24698
24533
|
"Stablecoin"
|
|
24699
24534
|
],
|
|
24700
24535
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/EURC.png",
|
|
24701
24536
|
displayDecimals: 2
|
|
24702
24537
|
},
|
|
24703
|
-
{
|
|
24704
|
-
chainId: 100,
|
|
24705
|
-
address: "0xc6ed4f520f6a4e4dc27273509239b7f8a68d2068",
|
|
24706
|
-
decimals: 18,
|
|
24707
|
-
name: "Ubiquity Dollar",
|
|
24708
|
-
symbol: "UUSD",
|
|
24709
|
-
tags: [
|
|
24710
|
-
"Gnosis",
|
|
24711
|
-
"featured",
|
|
24712
|
-
"Stablecoin"
|
|
24713
|
-
],
|
|
24714
|
-
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/UUSD.png"
|
|
24715
|
-
},
|
|
24716
24538
|
{
|
|
24717
24539
|
chainId: 137,
|
|
24718
24540
|
coinGeckoId: "brz",
|
|
@@ -24811,7 +24633,8 @@ var tokens = [
|
|
|
24811
24633
|
"Featured",
|
|
24812
24634
|
"XAU"
|
|
24813
24635
|
],
|
|
24814
|
-
address: "0x68749665ff8d2d112fa859aa293f07a622782f38"
|
|
24636
|
+
address: "0x68749665ff8d2d112fa859aa293f07a622782f38",
|
|
24637
|
+
displayDecimals: 2
|
|
24815
24638
|
},
|
|
24816
24639
|
{
|
|
24817
24640
|
chainId: 42161,
|
|
@@ -24910,6 +24733,19 @@ var tokens = [
|
|
|
24910
24733
|
],
|
|
24911
24734
|
address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51",
|
|
24912
24735
|
displayDecimals: 2
|
|
24736
|
+
},
|
|
24737
|
+
{
|
|
24738
|
+
chainId: 421614,
|
|
24739
|
+
coinGeckoId: "",
|
|
24740
|
+
name: "Manteca USDC Faucet",
|
|
24741
|
+
symbol: "USDC.test",
|
|
24742
|
+
currency: "USD",
|
|
24743
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24744
|
+
decimals: 6,
|
|
24745
|
+
tags: [
|
|
24746
|
+
],
|
|
24747
|
+
address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51",
|
|
24748
|
+
displayDecimals: 2
|
|
24913
24749
|
}
|
|
24914
24750
|
];
|
|
24915
24751
|
var featuredTokenlist = {
|
|
@@ -24917,7 +24753,7 @@ var featuredTokenlist = {
|
|
|
24917
24753
|
tokens: tokens
|
|
24918
24754
|
};
|
|
24919
24755
|
|
|
24920
|
-
var timestamp$1 = "2025-
|
|
24756
|
+
var timestamp$1 = "2025-08-05T07:58:46.069Z";
|
|
24921
24757
|
var tokens$1 = [
|
|
24922
24758
|
{
|
|
24923
24759
|
chainId: 1,
|
|
@@ -25267,7 +25103,7 @@ var tokens$1 = [
|
|
|
25267
25103
|
decimals: 18,
|
|
25268
25104
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
25269
25105
|
coinGeckoId: "frax-share",
|
|
25270
|
-
displayDecimals:
|
|
25106
|
+
displayDecimals: 2
|
|
25271
25107
|
},
|
|
25272
25108
|
{
|
|
25273
25109
|
chainId: 1,
|
|
@@ -26067,7 +25903,7 @@ var tokens$1 = [
|
|
|
26067
25903
|
decimals: 18,
|
|
26068
25904
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
26069
25905
|
coinGeckoId: "frax-share",
|
|
26070
|
-
displayDecimals:
|
|
25906
|
+
displayDecimals: 2
|
|
26071
25907
|
},
|
|
26072
25908
|
{
|
|
26073
25909
|
chainId: 137,
|
|
@@ -26516,7 +26352,7 @@ var tokens$1 = [
|
|
|
26516
26352
|
decimals: 18,
|
|
26517
26353
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
26518
26354
|
coinGeckoId: "frax-share",
|
|
26519
|
-
displayDecimals:
|
|
26355
|
+
displayDecimals: 2
|
|
26520
26356
|
},
|
|
26521
26357
|
{
|
|
26522
26358
|
chainId: 42161,
|
|
@@ -26606,7 +26442,7 @@ var tokens$1 = [
|
|
|
26606
26442
|
decimals: 18,
|
|
26607
26443
|
logoUri: "https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",
|
|
26608
26444
|
coinGeckoId: "inception-restaked-steth",
|
|
26609
|
-
displayDecimals:
|
|
26445
|
+
displayDecimals: 6
|
|
26610
26446
|
},
|
|
26611
26447
|
{
|
|
26612
26448
|
chainId: 42161,
|
|
@@ -27025,7 +26861,8 @@ var tokens$1 = [
|
|
|
27025
26861
|
symbol: "AMP",
|
|
27026
26862
|
decimals: 18,
|
|
27027
26863
|
logoUri: "https://assets.coingecko.com/coins/images/37421/original/AmpedLogoTrans-200.png?1714377313",
|
|
27028
|
-
coinGeckoId: "amped-finance"
|
|
26864
|
+
coinGeckoId: "amped-finance",
|
|
26865
|
+
displayDecimals: 0
|
|
27029
26866
|
},
|
|
27030
26867
|
{
|
|
27031
26868
|
chainId: 8453,
|
|
@@ -27177,6 +27014,16 @@ var tokens$1 = [
|
|
|
27177
27014
|
coinGeckoId: "kelpdao-bridged-rseth-base",
|
|
27178
27015
|
displayDecimals: 6
|
|
27179
27016
|
},
|
|
27017
|
+
{
|
|
27018
|
+
chainId: 8453,
|
|
27019
|
+
address: "0x50c5725949a6f0c72e6c4a641f24049a917db0cb",
|
|
27020
|
+
name: "L2 Standard Bridged DAI Base ",
|
|
27021
|
+
symbol: "DAI",
|
|
27022
|
+
decimals: 18,
|
|
27023
|
+
logoUri: "https://assets.coingecko.com/coins/images/39807/original/dai.png?1724126571",
|
|
27024
|
+
coinGeckoId: "l2-standard-bridged-dai-base",
|
|
27025
|
+
displayDecimals: 2
|
|
27026
|
+
},
|
|
27180
27027
|
{
|
|
27181
27028
|
chainId: 8453,
|
|
27182
27029
|
address: "0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",
|
|
@@ -27184,7 +27031,8 @@ var tokens$1 = [
|
|
|
27184
27031
|
symbol: "USDT",
|
|
27185
27032
|
decimals: 6,
|
|
27186
27033
|
logoUri: "https://assets.coingecko.com/coins/images/39963/original/usdt.png?1724952731",
|
|
27187
|
-
coinGeckoId: "l2-standard-bridged-usdt-base"
|
|
27034
|
+
coinGeckoId: "l2-standard-bridged-usdt-base",
|
|
27035
|
+
displayDecimals: 2
|
|
27188
27036
|
},
|
|
27189
27037
|
{
|
|
27190
27038
|
chainId: 8453,
|
|
@@ -27244,7 +27092,7 @@ var tokens$1 = [
|
|
|
27244
27092
|
decimals: 18,
|
|
27245
27093
|
logoUri: "https://assets.coingecko.com/coins/images/26133/original/WELL.png?1696525221",
|
|
27246
27094
|
coinGeckoId: "moonwell-artemis",
|
|
27247
|
-
displayDecimals:
|
|
27095
|
+
displayDecimals: 0
|
|
27248
27096
|
},
|
|
27249
27097
|
{
|
|
27250
27098
|
chainId: 8453,
|
|
@@ -27534,7 +27382,7 @@ var tokens$1 = [
|
|
|
27534
27382
|
decimals: 18,
|
|
27535
27383
|
logoUri: "https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",
|
|
27536
27384
|
coinGeckoId: "inception-restaked-steth",
|
|
27537
|
-
displayDecimals:
|
|
27385
|
+
displayDecimals: 6
|
|
27538
27386
|
},
|
|
27539
27387
|
{
|
|
27540
27388
|
chainId: 10,
|
|
@@ -27754,7 +27602,7 @@ var tokens$1 = [
|
|
|
27754
27602
|
decimals: 18,
|
|
27755
27603
|
logoUri: "https://assets.coingecko.com/coins/images/14165/original/Logo200.png?1696513884",
|
|
27756
27604
|
coinGeckoId: "alpaca-finance",
|
|
27757
|
-
displayDecimals:
|
|
27605
|
+
displayDecimals: 0
|
|
27758
27606
|
},
|
|
27759
27607
|
{
|
|
27760
27608
|
chainId: 56,
|
|
@@ -28054,7 +27902,7 @@ var tokens$1 = [
|
|
|
28054
27902
|
decimals: 18,
|
|
28055
27903
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
28056
27904
|
coinGeckoId: "frax-share",
|
|
28057
|
-
displayDecimals:
|
|
27905
|
+
displayDecimals: 2
|
|
28058
27906
|
},
|
|
28059
27907
|
{
|
|
28060
27908
|
chainId: 56,
|
|
@@ -28234,7 +28082,7 @@ var tokens$1 = [
|
|
|
28234
28082
|
decimals: 6,
|
|
28235
28083
|
logoUri: "https://assets.coingecko.com/coins/images/15468/original/NxLfA-LK_400x400.png?1696515114",
|
|
28236
28084
|
coinGeckoId: "tron-bsc",
|
|
28237
|
-
displayDecimals:
|
|
28085
|
+
displayDecimals: 2
|
|
28238
28086
|
},
|
|
28239
28087
|
{
|
|
28240
28088
|
chainId: 56,
|
|
@@ -28512,24 +28360,6 @@ function nextVersion(base, bump) {
|
|
|
28512
28360
|
}
|
|
28513
28361
|
}
|
|
28514
28362
|
|
|
28515
|
-
(function (TokenListTagNames) {
|
|
28516
|
-
// Networks
|
|
28517
|
-
TokenListTagNames["MAINNET"] = "Mainnet";
|
|
28518
|
-
TokenListTagNames["OPTIMISM"] = "Optimism";
|
|
28519
|
-
TokenListTagNames["ARBITRUM"] = "Arbitrum";
|
|
28520
|
-
TokenListTagNames["AVALANCHE"] = "Avalanche";
|
|
28521
|
-
TokenListTagNames["BASE"] = "Base";
|
|
28522
|
-
TokenListTagNames["TESTNET"] = "TESTNET"; // Coin/currency
|
|
28523
|
-
|
|
28524
|
-
TokenListTagNames["STABLECOIN"] = "Stablecoin";
|
|
28525
|
-
TokenListTagNames["USD"] = "USD";
|
|
28526
|
-
TokenListTagNames["EUR"] = "EUR"; // Misc
|
|
28527
|
-
|
|
28528
|
-
TokenListTagNames["TOP_10"] = "Top10";
|
|
28529
|
-
TokenListTagNames["NATIVE_TOKEN"] = "Native Token";
|
|
28530
|
-
TokenListTagNames["WRAPPED"] = "wrapped";
|
|
28531
|
-
})(exports.TokenListTagNames || (exports.TokenListTagNames = {}));
|
|
28532
|
-
|
|
28533
28363
|
var tokenlist = /*#__PURE__*/featuredTokenlist.tokens.concat( //@ts-ignore
|
|
28534
28364
|
generatedTokenlist.tokens);
|
|
28535
28365
|
function getCurveRouterAddress(chainId) {
|