@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
package/dist/tokenlists.esm.js
CHANGED
|
@@ -5108,1106 +5108,982 @@ var yodlRouterAbiV08 = [{
|
|
|
5108
5108
|
}];
|
|
5109
5109
|
|
|
5110
5110
|
var yodlRouterAbiV09 = [{
|
|
5111
|
-
type: 'constructor',
|
|
5112
5111
|
inputs: [],
|
|
5113
|
-
stateMutability: 'nonpayable'
|
|
5112
|
+
stateMutability: 'nonpayable',
|
|
5113
|
+
type: 'constructor'
|
|
5114
5114
|
}, {
|
|
5115
|
-
|
|
5116
|
-
|
|
5115
|
+
inputs: [],
|
|
5116
|
+
name: 'ECDSAInvalidSignature',
|
|
5117
|
+
type: 'error'
|
|
5118
|
+
}, {
|
|
5119
|
+
inputs: [{
|
|
5120
|
+
internalType: 'uint256',
|
|
5121
|
+
name: 'length',
|
|
5122
|
+
type: 'uint256'
|
|
5123
|
+
}],
|
|
5124
|
+
name: 'ECDSAInvalidSignatureLength',
|
|
5125
|
+
type: 'error'
|
|
5126
|
+
}, {
|
|
5127
|
+
inputs: [{
|
|
5128
|
+
internalType: 'bytes32',
|
|
5129
|
+
name: 's',
|
|
5130
|
+
type: 'bytes32'
|
|
5131
|
+
}],
|
|
5132
|
+
name: 'ECDSAInvalidSignatureS',
|
|
5133
|
+
type: 'error'
|
|
5117
5134
|
}, {
|
|
5118
|
-
type: 'function',
|
|
5119
|
-
name: 'CHAINLINK_FEED',
|
|
5120
5135
|
inputs: [],
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5136
|
+
name: 'ReentrancyGuardReentrantCall',
|
|
5137
|
+
type: 'error'
|
|
5138
|
+
}, {
|
|
5139
|
+
anonymous: false,
|
|
5140
|
+
inputs: [{
|
|
5141
|
+
indexed: true,
|
|
5142
|
+
internalType: 'address',
|
|
5143
|
+
name: 'priceFeed0',
|
|
5144
|
+
type: 'address'
|
|
5145
|
+
}, {
|
|
5146
|
+
indexed: true,
|
|
5147
|
+
internalType: 'address',
|
|
5148
|
+
name: 'priceFeed1',
|
|
5149
|
+
type: 'address'
|
|
5150
|
+
}, {
|
|
5151
|
+
indexed: false,
|
|
5152
|
+
internalType: 'int256',
|
|
5153
|
+
name: 'exchangeRate0',
|
|
5154
|
+
type: 'int256'
|
|
5155
|
+
}, {
|
|
5156
|
+
indexed: false,
|
|
5157
|
+
internalType: 'int256',
|
|
5158
|
+
name: 'exchangeRate1',
|
|
5159
|
+
type: 'int256'
|
|
5125
5160
|
}],
|
|
5126
|
-
|
|
5161
|
+
name: 'Convert',
|
|
5162
|
+
type: 'event'
|
|
5163
|
+
}, {
|
|
5164
|
+
anonymous: false,
|
|
5165
|
+
inputs: [{
|
|
5166
|
+
indexed: true,
|
|
5167
|
+
internalType: 'string',
|
|
5168
|
+
name: 'currency0',
|
|
5169
|
+
type: 'string'
|
|
5170
|
+
}, {
|
|
5171
|
+
indexed: true,
|
|
5172
|
+
internalType: 'address',
|
|
5173
|
+
name: 'priceFeed1',
|
|
5174
|
+
type: 'address'
|
|
5175
|
+
}, {
|
|
5176
|
+
indexed: false,
|
|
5177
|
+
internalType: 'int256',
|
|
5178
|
+
name: 'exchangeRate0',
|
|
5179
|
+
type: 'int256'
|
|
5180
|
+
}, {
|
|
5181
|
+
indexed: false,
|
|
5182
|
+
internalType: 'int256',
|
|
5183
|
+
name: 'exchangeRate1',
|
|
5184
|
+
type: 'int256'
|
|
5185
|
+
}],
|
|
5186
|
+
name: 'ConvertWithExternalRate',
|
|
5187
|
+
type: 'event'
|
|
5188
|
+
}, {
|
|
5189
|
+
anonymous: false,
|
|
5190
|
+
inputs: [{
|
|
5191
|
+
indexed: true,
|
|
5192
|
+
internalType: 'address',
|
|
5193
|
+
name: 'sender',
|
|
5194
|
+
type: 'address'
|
|
5195
|
+
}, {
|
|
5196
|
+
indexed: true,
|
|
5197
|
+
internalType: 'address',
|
|
5198
|
+
name: 'receiver',
|
|
5199
|
+
type: 'address'
|
|
5200
|
+
}, {
|
|
5201
|
+
indexed: false,
|
|
5202
|
+
internalType: 'address',
|
|
5203
|
+
name: 'token',
|
|
5204
|
+
type: 'address'
|
|
5205
|
+
}, {
|
|
5206
|
+
indexed: false,
|
|
5207
|
+
internalType: 'uint256',
|
|
5208
|
+
name: 'amount',
|
|
5209
|
+
type: 'uint256'
|
|
5210
|
+
}, {
|
|
5211
|
+
indexed: false,
|
|
5212
|
+
internalType: 'uint256',
|
|
5213
|
+
name: 'fees',
|
|
5214
|
+
type: 'uint256'
|
|
5215
|
+
}, {
|
|
5216
|
+
indexed: false,
|
|
5217
|
+
internalType: 'bytes32',
|
|
5218
|
+
name: 'memo',
|
|
5219
|
+
type: 'bytes32'
|
|
5220
|
+
}],
|
|
5221
|
+
name: 'Yodl',
|
|
5222
|
+
type: 'event'
|
|
5223
|
+
}, {
|
|
5224
|
+
anonymous: false,
|
|
5225
|
+
inputs: [{
|
|
5226
|
+
indexed: true,
|
|
5227
|
+
internalType: 'address',
|
|
5228
|
+
name: 'sender',
|
|
5229
|
+
type: 'address'
|
|
5230
|
+
}, {
|
|
5231
|
+
indexed: true,
|
|
5232
|
+
internalType: 'address',
|
|
5233
|
+
name: 'receiver',
|
|
5234
|
+
type: 'address'
|
|
5235
|
+
}, {
|
|
5236
|
+
indexed: true,
|
|
5237
|
+
internalType: 'uint256',
|
|
5238
|
+
name: 'amount',
|
|
5239
|
+
type: 'uint256'
|
|
5240
|
+
}],
|
|
5241
|
+
name: 'YodlNativeTokenTransfer',
|
|
5242
|
+
type: 'event'
|
|
5127
5243
|
}, {
|
|
5128
|
-
type: 'function',
|
|
5129
|
-
name: 'EXTERNAL_FEED',
|
|
5130
5244
|
inputs: [],
|
|
5245
|
+
name: 'CHAINLINK_FEED',
|
|
5131
5246
|
outputs: [{
|
|
5247
|
+
internalType: 'int8',
|
|
5132
5248
|
name: '',
|
|
5133
|
-
type: 'int8'
|
|
5134
|
-
internalType: 'int8'
|
|
5249
|
+
type: 'int8'
|
|
5135
5250
|
}],
|
|
5136
|
-
stateMutability: 'view'
|
|
5251
|
+
stateMutability: 'view',
|
|
5252
|
+
type: 'function'
|
|
5137
5253
|
}, {
|
|
5138
|
-
type: 'function',
|
|
5139
|
-
name: 'MAX_CONVENIENCE_FEE_BPS',
|
|
5140
5254
|
inputs: [],
|
|
5255
|
+
name: 'EXTERNAL_FEED',
|
|
5141
5256
|
outputs: [{
|
|
5257
|
+
internalType: 'int8',
|
|
5142
5258
|
name: '',
|
|
5143
|
-
type: '
|
|
5144
|
-
internalType: 'uint256'
|
|
5259
|
+
type: 'int8'
|
|
5145
5260
|
}],
|
|
5146
|
-
stateMutability: 'view'
|
|
5261
|
+
stateMutability: 'view',
|
|
5262
|
+
type: 'function'
|
|
5147
5263
|
}, {
|
|
5148
|
-
type: 'function',
|
|
5149
|
-
name: 'MAX_EXTRA_FEE_BPS',
|
|
5150
5264
|
inputs: [],
|
|
5265
|
+
name: 'MAX_EXTRA_FEE_BPS',
|
|
5151
5266
|
outputs: [{
|
|
5267
|
+
internalType: 'uint256',
|
|
5152
5268
|
name: '',
|
|
5153
|
-
type: 'uint256'
|
|
5154
|
-
internalType: 'uint256'
|
|
5269
|
+
type: 'uint256'
|
|
5155
5270
|
}],
|
|
5156
|
-
stateMutability: 'view'
|
|
5271
|
+
stateMutability: 'view',
|
|
5272
|
+
type: 'function'
|
|
5157
5273
|
}, {
|
|
5158
|
-
type: 'function',
|
|
5159
|
-
name: 'NATIVE_TOKEN',
|
|
5160
5274
|
inputs: [],
|
|
5275
|
+
name: 'NATIVE_TOKEN',
|
|
5161
5276
|
outputs: [{
|
|
5277
|
+
internalType: 'address',
|
|
5162
5278
|
name: '',
|
|
5163
|
-
type: 'address'
|
|
5164
|
-
internalType: 'address'
|
|
5279
|
+
type: 'address'
|
|
5165
5280
|
}],
|
|
5166
|
-
stateMutability: 'view'
|
|
5281
|
+
stateMutability: 'view',
|
|
5282
|
+
type: 'function'
|
|
5167
5283
|
}, {
|
|
5168
|
-
type: 'function',
|
|
5169
|
-
name: 'NULL_FEED',
|
|
5170
5284
|
inputs: [],
|
|
5285
|
+
name: 'NULL_FEED',
|
|
5171
5286
|
outputs: [{
|
|
5287
|
+
internalType: 'int8',
|
|
5172
5288
|
name: '',
|
|
5173
|
-
type: 'int8'
|
|
5174
|
-
internalType: 'int8'
|
|
5289
|
+
type: 'int8'
|
|
5175
5290
|
}],
|
|
5176
|
-
stateMutability: 'view'
|
|
5291
|
+
stateMutability: 'view',
|
|
5292
|
+
type: 'function'
|
|
5177
5293
|
}, {
|
|
5178
|
-
type: 'function',
|
|
5179
|
-
name: 'RATE_VERIFIER',
|
|
5180
5294
|
inputs: [],
|
|
5295
|
+
name: 'RATE_VERIFIER',
|
|
5181
5296
|
outputs: [{
|
|
5297
|
+
internalType: 'address',
|
|
5182
5298
|
name: '',
|
|
5183
|
-
type: 'address'
|
|
5184
|
-
internalType: 'address'
|
|
5299
|
+
type: 'address'
|
|
5185
5300
|
}],
|
|
5186
|
-
stateMutability: 'view'
|
|
5301
|
+
stateMutability: 'view',
|
|
5302
|
+
type: 'function'
|
|
5187
5303
|
}, {
|
|
5188
|
-
type: 'function',
|
|
5189
|
-
name: 'acrossSpokePool',
|
|
5190
5304
|
inputs: [],
|
|
5305
|
+
name: 'acrossSpokePool',
|
|
5191
5306
|
outputs: [{
|
|
5307
|
+
internalType: 'contract V3SpokePoolInterface',
|
|
5192
5308
|
name: '',
|
|
5193
|
-
type: 'address'
|
|
5194
|
-
internalType: 'contract V3SpokePoolInterface'
|
|
5309
|
+
type: 'address'
|
|
5195
5310
|
}],
|
|
5196
|
-
stateMutability: 'view'
|
|
5311
|
+
stateMutability: 'view',
|
|
5312
|
+
type: 'function'
|
|
5197
5313
|
}, {
|
|
5198
|
-
type: 'function',
|
|
5199
|
-
name: 'calculateFee',
|
|
5200
5314
|
inputs: [{
|
|
5315
|
+
internalType: 'uint256',
|
|
5201
5316
|
name: 'amount',
|
|
5202
|
-
type: 'uint256'
|
|
5203
|
-
internalType: 'uint256'
|
|
5317
|
+
type: 'uint256'
|
|
5204
5318
|
}, {
|
|
5319
|
+
internalType: 'uint256',
|
|
5205
5320
|
name: 'feeBps',
|
|
5206
|
-
type: 'uint256'
|
|
5207
|
-
internalType: 'uint256'
|
|
5321
|
+
type: 'uint256'
|
|
5208
5322
|
}],
|
|
5323
|
+
name: 'calculateFee',
|
|
5209
5324
|
outputs: [{
|
|
5325
|
+
internalType: 'uint256',
|
|
5210
5326
|
name: '',
|
|
5211
|
-
type: 'uint256'
|
|
5212
|
-
internalType: 'uint256'
|
|
5327
|
+
type: 'uint256'
|
|
5213
5328
|
}],
|
|
5214
|
-
stateMutability: 'pure'
|
|
5329
|
+
stateMutability: 'pure',
|
|
5330
|
+
type: 'function'
|
|
5215
5331
|
}, {
|
|
5216
|
-
type: 'function',
|
|
5217
|
-
name: 'curveRouter',
|
|
5218
5332
|
inputs: [],
|
|
5333
|
+
name: 'curveRouter',
|
|
5219
5334
|
outputs: [{
|
|
5335
|
+
internalType: 'contract ICurveRouterNG',
|
|
5220
5336
|
name: '',
|
|
5221
|
-
type: 'address'
|
|
5222
|
-
internalType: 'contract ICurveRouterNG'
|
|
5337
|
+
type: 'address'
|
|
5223
5338
|
}],
|
|
5224
|
-
stateMutability: 'view'
|
|
5339
|
+
stateMutability: 'view',
|
|
5340
|
+
type: 'function'
|
|
5225
5341
|
}, {
|
|
5226
|
-
type: 'function',
|
|
5227
|
-
name: 'emitConversionEvent',
|
|
5228
5342
|
inputs: [{
|
|
5229
|
-
name: 'priceFeeds',
|
|
5230
|
-
type: 'tuple[2]',
|
|
5231
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5232
5343
|
components: [{
|
|
5344
|
+
internalType: 'address',
|
|
5233
5345
|
name: 'feedAddress',
|
|
5234
|
-
type: 'address'
|
|
5235
|
-
internalType: 'address'
|
|
5346
|
+
type: 'address'
|
|
5236
5347
|
}, {
|
|
5348
|
+
internalType: 'int8',
|
|
5237
5349
|
name: 'feedType',
|
|
5238
|
-
type: 'int8'
|
|
5239
|
-
internalType: 'int8'
|
|
5350
|
+
type: 'int8'
|
|
5240
5351
|
}, {
|
|
5352
|
+
internalType: 'string',
|
|
5241
5353
|
name: 'currency',
|
|
5242
|
-
type: 'string'
|
|
5243
|
-
internalType: 'string'
|
|
5354
|
+
type: 'string'
|
|
5244
5355
|
}, {
|
|
5356
|
+
internalType: 'uint256',
|
|
5245
5357
|
name: 'amount',
|
|
5246
|
-
type: 'uint256'
|
|
5247
|
-
internalType: 'uint256'
|
|
5358
|
+
type: 'uint256'
|
|
5248
5359
|
}, {
|
|
5360
|
+
internalType: 'uint256',
|
|
5249
5361
|
name: 'deadline',
|
|
5250
|
-
type: 'uint256'
|
|
5251
|
-
internalType: 'uint256'
|
|
5362
|
+
type: 'uint256'
|
|
5252
5363
|
}, {
|
|
5364
|
+
internalType: 'bytes',
|
|
5253
5365
|
name: 'signature',
|
|
5254
|
-
type: 'bytes'
|
|
5255
|
-
|
|
5256
|
-
|
|
5366
|
+
type: 'bytes'
|
|
5367
|
+
}],
|
|
5368
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5369
|
+
name: 'priceFeeds',
|
|
5370
|
+
type: 'tuple[2]'
|
|
5257
5371
|
}, {
|
|
5372
|
+
internalType: 'int256[2]',
|
|
5258
5373
|
name: 'prices',
|
|
5259
|
-
type: 'int256[2]'
|
|
5260
|
-
internalType: 'int256[2]'
|
|
5374
|
+
type: 'int256[2]'
|
|
5261
5375
|
}],
|
|
5376
|
+
name: 'emitConversionEvent',
|
|
5262
5377
|
outputs: [],
|
|
5263
|
-
stateMutability: 'nonpayable'
|
|
5378
|
+
stateMutability: 'nonpayable',
|
|
5379
|
+
type: 'function'
|
|
5264
5380
|
}, {
|
|
5265
|
-
type: 'function',
|
|
5266
|
-
name: 'exchangeRate',
|
|
5267
5381
|
inputs: [{
|
|
5268
|
-
name: 'priceFeeds',
|
|
5269
|
-
type: 'tuple[2]',
|
|
5270
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5271
5382
|
components: [{
|
|
5383
|
+
internalType: 'address',
|
|
5272
5384
|
name: 'feedAddress',
|
|
5273
|
-
type: 'address'
|
|
5274
|
-
internalType: 'address'
|
|
5385
|
+
type: 'address'
|
|
5275
5386
|
}, {
|
|
5387
|
+
internalType: 'int8',
|
|
5276
5388
|
name: 'feedType',
|
|
5277
|
-
type: 'int8'
|
|
5278
|
-
internalType: 'int8'
|
|
5389
|
+
type: 'int8'
|
|
5279
5390
|
}, {
|
|
5391
|
+
internalType: 'string',
|
|
5280
5392
|
name: 'currency',
|
|
5281
|
-
type: 'string'
|
|
5282
|
-
internalType: 'string'
|
|
5393
|
+
type: 'string'
|
|
5283
5394
|
}, {
|
|
5395
|
+
internalType: 'uint256',
|
|
5284
5396
|
name: 'amount',
|
|
5285
|
-
type: 'uint256'
|
|
5286
|
-
internalType: 'uint256'
|
|
5397
|
+
type: 'uint256'
|
|
5287
5398
|
}, {
|
|
5399
|
+
internalType: 'uint256',
|
|
5288
5400
|
name: 'deadline',
|
|
5289
|
-
type: 'uint256'
|
|
5290
|
-
internalType: 'uint256'
|
|
5401
|
+
type: 'uint256'
|
|
5291
5402
|
}, {
|
|
5403
|
+
internalType: 'bytes',
|
|
5292
5404
|
name: 'signature',
|
|
5293
|
-
type: 'bytes'
|
|
5294
|
-
|
|
5295
|
-
|
|
5405
|
+
type: 'bytes'
|
|
5406
|
+
}],
|
|
5407
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5408
|
+
name: 'priceFeeds',
|
|
5409
|
+
type: 'tuple[2]'
|
|
5296
5410
|
}, {
|
|
5411
|
+
internalType: 'uint256',
|
|
5297
5412
|
name: 'amount',
|
|
5298
|
-
type: 'uint256'
|
|
5299
|
-
internalType: 'uint256'
|
|
5413
|
+
type: 'uint256'
|
|
5300
5414
|
}],
|
|
5415
|
+
name: 'exchangeRate',
|
|
5301
5416
|
outputs: [{
|
|
5417
|
+
internalType: 'uint256',
|
|
5302
5418
|
name: 'converted',
|
|
5303
|
-
type: 'uint256'
|
|
5304
|
-
internalType: 'uint256'
|
|
5419
|
+
type: 'uint256'
|
|
5305
5420
|
}, {
|
|
5421
|
+
internalType: 'address[2]',
|
|
5306
5422
|
name: 'priceFeedsUsed',
|
|
5307
|
-
type: 'address[2]'
|
|
5308
|
-
internalType: 'address[2]'
|
|
5423
|
+
type: 'address[2]'
|
|
5309
5424
|
}, {
|
|
5425
|
+
internalType: 'int256[2]',
|
|
5310
5426
|
name: 'prices',
|
|
5311
|
-
type: 'int256[2]'
|
|
5312
|
-
internalType: 'int256[2]'
|
|
5427
|
+
type: 'int256[2]'
|
|
5313
5428
|
}],
|
|
5314
|
-
stateMutability: 'view'
|
|
5429
|
+
stateMutability: 'view',
|
|
5430
|
+
type: 'function'
|
|
5315
5431
|
}, {
|
|
5316
|
-
type: 'function',
|
|
5317
|
-
name: 'sweep',
|
|
5318
5432
|
inputs: [{
|
|
5433
|
+
internalType: 'address',
|
|
5319
5434
|
name: 'token',
|
|
5320
|
-
type: 'address'
|
|
5321
|
-
internalType: 'address'
|
|
5435
|
+
type: 'address'
|
|
5322
5436
|
}],
|
|
5437
|
+
name: 'sweep',
|
|
5323
5438
|
outputs: [],
|
|
5324
|
-
stateMutability: 'nonpayable'
|
|
5439
|
+
stateMutability: 'nonpayable',
|
|
5440
|
+
type: 'function'
|
|
5325
5441
|
}, {
|
|
5326
|
-
type: 'function',
|
|
5327
|
-
name: 'uniswapRouter',
|
|
5328
5442
|
inputs: [],
|
|
5443
|
+
name: 'uniswapRouter',
|
|
5329
5444
|
outputs: [{
|
|
5445
|
+
internalType: 'contract ISwapRouter02',
|
|
5330
5446
|
name: '',
|
|
5331
|
-
type: 'address'
|
|
5332
|
-
internalType: 'contract ISwapRouter02'
|
|
5447
|
+
type: 'address'
|
|
5333
5448
|
}],
|
|
5334
|
-
stateMutability: 'view'
|
|
5449
|
+
stateMutability: 'view',
|
|
5450
|
+
type: 'function'
|
|
5335
5451
|
}, {
|
|
5336
|
-
type: 'function',
|
|
5337
|
-
name: 'verifyRateSignature',
|
|
5338
5452
|
inputs: [{
|
|
5339
|
-
name: 'priceFeed',
|
|
5340
|
-
type: 'tuple',
|
|
5341
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed',
|
|
5342
5453
|
components: [{
|
|
5454
|
+
internalType: 'address',
|
|
5343
5455
|
name: 'feedAddress',
|
|
5344
|
-
type: 'address'
|
|
5345
|
-
internalType: 'address'
|
|
5456
|
+
type: 'address'
|
|
5346
5457
|
}, {
|
|
5458
|
+
internalType: 'int8',
|
|
5347
5459
|
name: 'feedType',
|
|
5348
|
-
type: 'int8'
|
|
5349
|
-
internalType: 'int8'
|
|
5460
|
+
type: 'int8'
|
|
5350
5461
|
}, {
|
|
5462
|
+
internalType: 'string',
|
|
5351
5463
|
name: 'currency',
|
|
5352
|
-
type: 'string'
|
|
5353
|
-
internalType: 'string'
|
|
5464
|
+
type: 'string'
|
|
5354
5465
|
}, {
|
|
5466
|
+
internalType: 'uint256',
|
|
5355
5467
|
name: 'amount',
|
|
5356
|
-
type: 'uint256'
|
|
5357
|
-
internalType: 'uint256'
|
|
5468
|
+
type: 'uint256'
|
|
5358
5469
|
}, {
|
|
5470
|
+
internalType: 'uint256',
|
|
5359
5471
|
name: 'deadline',
|
|
5360
|
-
type: 'uint256'
|
|
5361
|
-
internalType: 'uint256'
|
|
5472
|
+
type: 'uint256'
|
|
5362
5473
|
}, {
|
|
5474
|
+
internalType: 'bytes',
|
|
5363
5475
|
name: 'signature',
|
|
5364
|
-
type: 'bytes'
|
|
5365
|
-
|
|
5366
|
-
|
|
5476
|
+
type: 'bytes'
|
|
5477
|
+
}],
|
|
5478
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed',
|
|
5479
|
+
name: 'priceFeed',
|
|
5480
|
+
type: 'tuple'
|
|
5367
5481
|
}],
|
|
5482
|
+
name: 'verifyRateSignature',
|
|
5368
5483
|
outputs: [{
|
|
5484
|
+
internalType: 'bool',
|
|
5369
5485
|
name: '',
|
|
5370
|
-
type: 'bool'
|
|
5371
|
-
internalType: 'bool'
|
|
5486
|
+
type: 'bool'
|
|
5372
5487
|
}],
|
|
5373
|
-
stateMutability: 'view'
|
|
5488
|
+
stateMutability: 'view',
|
|
5489
|
+
type: 'function'
|
|
5374
5490
|
}, {
|
|
5375
|
-
type: 'function',
|
|
5376
|
-
name: 'version',
|
|
5377
5491
|
inputs: [],
|
|
5492
|
+
name: 'version',
|
|
5378
5493
|
outputs: [{
|
|
5494
|
+
internalType: 'string',
|
|
5379
5495
|
name: '',
|
|
5380
|
-
type: 'string'
|
|
5381
|
-
internalType: 'string'
|
|
5496
|
+
type: 'string'
|
|
5382
5497
|
}],
|
|
5383
|
-
stateMutability: 'view'
|
|
5498
|
+
stateMutability: 'view',
|
|
5499
|
+
type: 'function'
|
|
5384
5500
|
}, {
|
|
5385
|
-
type: 'function',
|
|
5386
|
-
name: 'wrappedNativeToken',
|
|
5387
5501
|
inputs: [],
|
|
5502
|
+
name: 'wrappedNativeToken',
|
|
5388
5503
|
outputs: [{
|
|
5504
|
+
internalType: 'contract IWETH9',
|
|
5389
5505
|
name: '',
|
|
5390
|
-
type: 'address'
|
|
5391
|
-
internalType: 'contract IWETH9'
|
|
5506
|
+
type: 'address'
|
|
5392
5507
|
}],
|
|
5393
|
-
stateMutability: 'view'
|
|
5508
|
+
stateMutability: 'view',
|
|
5509
|
+
type: 'function'
|
|
5394
5510
|
}, {
|
|
5395
|
-
type: 'function',
|
|
5396
|
-
name: 'yodlFeeBps',
|
|
5397
5511
|
inputs: [],
|
|
5512
|
+
name: 'yodlFeeBps',
|
|
5398
5513
|
outputs: [{
|
|
5514
|
+
internalType: 'uint256',
|
|
5399
5515
|
name: '',
|
|
5400
|
-
type: 'uint256'
|
|
5401
|
-
internalType: 'uint256'
|
|
5516
|
+
type: 'uint256'
|
|
5402
5517
|
}],
|
|
5403
|
-
stateMutability: 'view'
|
|
5518
|
+
stateMutability: 'view',
|
|
5519
|
+
type: 'function'
|
|
5404
5520
|
}, {
|
|
5405
|
-
type: 'function',
|
|
5406
|
-
name: 'yodlFeeTreasury',
|
|
5407
5521
|
inputs: [],
|
|
5522
|
+
name: 'yodlFeeTreasury',
|
|
5408
5523
|
outputs: [{
|
|
5524
|
+
internalType: 'address',
|
|
5409
5525
|
name: '',
|
|
5410
|
-
type: 'address'
|
|
5411
|
-
internalType: 'address'
|
|
5526
|
+
type: 'address'
|
|
5412
5527
|
}],
|
|
5413
|
-
stateMutability: 'view'
|
|
5528
|
+
stateMutability: 'view',
|
|
5529
|
+
type: 'function'
|
|
5414
5530
|
}, {
|
|
5415
|
-
type: 'function',
|
|
5416
|
-
name: 'yodlWithAcross',
|
|
5417
5531
|
inputs: [{
|
|
5418
|
-
name: 'params',
|
|
5419
|
-
type: 'tuple',
|
|
5420
|
-
internalType: 'struct YodlAcrossRouter.YodlAcrossParams',
|
|
5421
5532
|
components: [{
|
|
5533
|
+
internalType: 'bytes32',
|
|
5422
5534
|
name: 'memo',
|
|
5423
|
-
type: 'bytes32'
|
|
5424
|
-
internalType: 'bytes32'
|
|
5535
|
+
type: 'bytes32'
|
|
5425
5536
|
}, {
|
|
5537
|
+
internalType: 'uint256',
|
|
5426
5538
|
name: 'amount',
|
|
5427
|
-
type: 'uint256'
|
|
5428
|
-
internalType: 'uint256'
|
|
5539
|
+
type: 'uint256'
|
|
5429
5540
|
}, {
|
|
5430
|
-
name: 'priceFeeds',
|
|
5431
|
-
type: 'tuple[2]',
|
|
5432
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5433
5541
|
components: [{
|
|
5542
|
+
internalType: 'address',
|
|
5434
5543
|
name: 'feedAddress',
|
|
5435
|
-
type: 'address'
|
|
5436
|
-
internalType: 'address'
|
|
5544
|
+
type: 'address'
|
|
5437
5545
|
}, {
|
|
5546
|
+
internalType: 'int8',
|
|
5438
5547
|
name: 'feedType',
|
|
5439
|
-
type: 'int8'
|
|
5440
|
-
internalType: 'int8'
|
|
5548
|
+
type: 'int8'
|
|
5441
5549
|
}, {
|
|
5550
|
+
internalType: 'string',
|
|
5442
5551
|
name: 'currency',
|
|
5443
|
-
type: 'string'
|
|
5444
|
-
internalType: 'string'
|
|
5552
|
+
type: 'string'
|
|
5445
5553
|
}, {
|
|
5554
|
+
internalType: 'uint256',
|
|
5446
5555
|
name: 'amount',
|
|
5447
|
-
type: 'uint256'
|
|
5448
|
-
internalType: 'uint256'
|
|
5556
|
+
type: 'uint256'
|
|
5449
5557
|
}, {
|
|
5558
|
+
internalType: 'uint256',
|
|
5450
5559
|
name: 'deadline',
|
|
5451
|
-
type: 'uint256'
|
|
5452
|
-
internalType: 'uint256'
|
|
5560
|
+
type: 'uint256'
|
|
5453
5561
|
}, {
|
|
5562
|
+
internalType: 'bytes',
|
|
5454
5563
|
name: 'signature',
|
|
5455
|
-
type: 'bytes'
|
|
5456
|
-
|
|
5457
|
-
|
|
5564
|
+
type: 'bytes'
|
|
5565
|
+
}],
|
|
5566
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5567
|
+
name: 'priceFeeds',
|
|
5568
|
+
type: 'tuple[2]'
|
|
5458
5569
|
}, {
|
|
5570
|
+
internalType: 'address',
|
|
5459
5571
|
name: 'token',
|
|
5460
|
-
type: 'address'
|
|
5461
|
-
internalType: 'address'
|
|
5572
|
+
type: 'address'
|
|
5462
5573
|
}, {
|
|
5574
|
+
internalType: 'address',
|
|
5463
5575
|
name: 'receiver',
|
|
5464
|
-
type: 'address'
|
|
5465
|
-
internalType: 'address'
|
|
5576
|
+
type: 'address'
|
|
5466
5577
|
}, {
|
|
5578
|
+
internalType: 'address',
|
|
5467
5579
|
name: 'extraFeeReceiver',
|
|
5468
|
-
type: 'address'
|
|
5469
|
-
internalType: 'address'
|
|
5580
|
+
type: 'address'
|
|
5470
5581
|
}, {
|
|
5582
|
+
internalType: 'uint256',
|
|
5471
5583
|
name: 'extraFeeBps',
|
|
5472
|
-
type: 'uint256'
|
|
5473
|
-
internalType: 'uint256'
|
|
5584
|
+
type: 'uint256'
|
|
5474
5585
|
}, {
|
|
5586
|
+
internalType: 'uint256',
|
|
5475
5587
|
name: 'yd',
|
|
5476
|
-
type: 'uint256'
|
|
5477
|
-
internalType: 'uint256'
|
|
5588
|
+
type: 'uint256'
|
|
5478
5589
|
}, {
|
|
5479
|
-
name: 'guards',
|
|
5480
|
-
type: 'tuple[]',
|
|
5481
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5482
5590
|
components: [{
|
|
5591
|
+
internalType: 'address',
|
|
5483
5592
|
name: 'guardAddress',
|
|
5484
|
-
type: 'address'
|
|
5485
|
-
internalType: 'address'
|
|
5593
|
+
type: 'address'
|
|
5486
5594
|
}, {
|
|
5595
|
+
internalType: 'bytes[]',
|
|
5487
5596
|
name: 'payload',
|
|
5488
|
-
type: 'bytes[]'
|
|
5489
|
-
|
|
5490
|
-
|
|
5597
|
+
type: 'bytes[]'
|
|
5598
|
+
}],
|
|
5599
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5600
|
+
name: 'guards',
|
|
5601
|
+
type: 'tuple[]'
|
|
5491
5602
|
}, {
|
|
5492
|
-
name: 'webhooks',
|
|
5493
|
-
type: 'tuple[]',
|
|
5494
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5495
5603
|
components: [{
|
|
5604
|
+
internalType: 'address',
|
|
5496
5605
|
name: 'webhookAddress',
|
|
5497
|
-
type: 'address'
|
|
5498
|
-
internalType: 'address'
|
|
5606
|
+
type: 'address'
|
|
5499
5607
|
}, {
|
|
5608
|
+
internalType: 'bytes[]',
|
|
5500
5609
|
name: 'payload',
|
|
5501
|
-
type: 'bytes[]'
|
|
5502
|
-
|
|
5503
|
-
|
|
5610
|
+
type: 'bytes[]'
|
|
5611
|
+
}],
|
|
5612
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5613
|
+
name: 'webhooks',
|
|
5614
|
+
type: 'tuple[]'
|
|
5504
5615
|
}, {
|
|
5616
|
+
internalType: 'address',
|
|
5505
5617
|
name: 'outputToken',
|
|
5506
|
-
type: 'address'
|
|
5507
|
-
internalType: 'address'
|
|
5618
|
+
type: 'address'
|
|
5508
5619
|
}, {
|
|
5620
|
+
internalType: 'uint256',
|
|
5509
5621
|
name: 'outputAmount',
|
|
5510
|
-
type: 'uint256'
|
|
5511
|
-
internalType: 'uint256'
|
|
5622
|
+
type: 'uint256'
|
|
5512
5623
|
}, {
|
|
5624
|
+
internalType: 'uint256',
|
|
5513
5625
|
name: 'destinationChainId',
|
|
5514
|
-
type: 'uint256'
|
|
5515
|
-
internalType: 'uint256'
|
|
5626
|
+
type: 'uint256'
|
|
5516
5627
|
}, {
|
|
5628
|
+
internalType: 'address',
|
|
5517
5629
|
name: 'exclusiveRelayer',
|
|
5518
|
-
type: 'address'
|
|
5519
|
-
internalType: 'address'
|
|
5630
|
+
type: 'address'
|
|
5520
5631
|
}, {
|
|
5632
|
+
internalType: 'uint32',
|
|
5521
5633
|
name: 'quoteTimestamp',
|
|
5522
|
-
type: 'uint32'
|
|
5523
|
-
internalType: 'uint32'
|
|
5634
|
+
type: 'uint32'
|
|
5524
5635
|
}, {
|
|
5636
|
+
internalType: 'uint32',
|
|
5525
5637
|
name: 'fillDeadline',
|
|
5526
|
-
type: 'uint32'
|
|
5527
|
-
internalType: 'uint32'
|
|
5638
|
+
type: 'uint32'
|
|
5528
5639
|
}, {
|
|
5640
|
+
internalType: 'uint32',
|
|
5529
5641
|
name: 'exclusivityDeadline',
|
|
5530
|
-
type: 'uint32'
|
|
5531
|
-
internalType: 'uint32'
|
|
5642
|
+
type: 'uint32'
|
|
5532
5643
|
}, {
|
|
5644
|
+
internalType: 'bytes',
|
|
5533
5645
|
name: 'message',
|
|
5534
|
-
type: 'bytes'
|
|
5535
|
-
|
|
5536
|
-
|
|
5646
|
+
type: 'bytes'
|
|
5647
|
+
}],
|
|
5648
|
+
internalType: 'struct YodlAcrossRouter.YodlAcrossParams',
|
|
5649
|
+
name: 'params',
|
|
5650
|
+
type: 'tuple'
|
|
5537
5651
|
}],
|
|
5652
|
+
name: 'yodlWithAcross',
|
|
5538
5653
|
outputs: [{
|
|
5654
|
+
internalType: 'uint256',
|
|
5539
5655
|
name: '',
|
|
5540
|
-
type: 'uint256'
|
|
5541
|
-
internalType: 'uint256'
|
|
5656
|
+
type: 'uint256'
|
|
5542
5657
|
}],
|
|
5543
|
-
stateMutability: 'payable'
|
|
5658
|
+
stateMutability: 'payable',
|
|
5659
|
+
type: 'function'
|
|
5544
5660
|
}, {
|
|
5545
|
-
type: 'function',
|
|
5546
|
-
name: 'yodlWithCurve',
|
|
5547
5661
|
inputs: [{
|
|
5548
|
-
name: 'params',
|
|
5549
|
-
type: 'tuple',
|
|
5550
|
-
internalType: 'struct YodlCurveRouter.YodlCurveParams',
|
|
5551
5662
|
components: [{
|
|
5663
|
+
internalType: 'address',
|
|
5552
5664
|
name: 'sender',
|
|
5553
|
-
type: 'address'
|
|
5554
|
-
internalType: 'address'
|
|
5665
|
+
type: 'address'
|
|
5555
5666
|
}, {
|
|
5667
|
+
internalType: 'address',
|
|
5556
5668
|
name: 'receiver',
|
|
5557
|
-
type: 'address'
|
|
5558
|
-
internalType: 'address'
|
|
5669
|
+
type: 'address'
|
|
5559
5670
|
}, {
|
|
5671
|
+
internalType: 'uint256',
|
|
5560
5672
|
name: 'amountIn',
|
|
5561
|
-
type: 'uint256'
|
|
5562
|
-
internalType: 'uint256'
|
|
5673
|
+
type: 'uint256'
|
|
5563
5674
|
}, {
|
|
5675
|
+
internalType: 'uint256',
|
|
5564
5676
|
name: 'amountOut',
|
|
5565
|
-
type: 'uint256'
|
|
5566
|
-
internalType: 'uint256'
|
|
5677
|
+
type: 'uint256'
|
|
5567
5678
|
}, {
|
|
5679
|
+
internalType: 'bytes32',
|
|
5568
5680
|
name: 'memo',
|
|
5569
|
-
type: 'bytes32'
|
|
5570
|
-
internalType: 'bytes32'
|
|
5681
|
+
type: 'bytes32'
|
|
5571
5682
|
}, {
|
|
5683
|
+
internalType: 'address[11]',
|
|
5572
5684
|
name: 'route',
|
|
5573
|
-
type: 'address[11]'
|
|
5574
|
-
internalType: 'address[11]'
|
|
5685
|
+
type: 'address[11]'
|
|
5575
5686
|
}, {
|
|
5687
|
+
internalType: 'uint256[5][5]',
|
|
5576
5688
|
name: 'swapParams',
|
|
5577
|
-
type: 'uint256[5][5]'
|
|
5578
|
-
internalType: 'uint256[5][5]'
|
|
5689
|
+
type: 'uint256[5][5]'
|
|
5579
5690
|
}, {
|
|
5691
|
+
internalType: 'address[5]',
|
|
5580
5692
|
name: 'pools',
|
|
5581
|
-
type: 'address[5]'
|
|
5582
|
-
internalType: 'address[5]'
|
|
5693
|
+
type: 'address[5]'
|
|
5583
5694
|
}, {
|
|
5584
|
-
name: 'priceFeeds',
|
|
5585
|
-
type: 'tuple[2]',
|
|
5586
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5587
5695
|
components: [{
|
|
5696
|
+
internalType: 'address',
|
|
5588
5697
|
name: 'feedAddress',
|
|
5589
|
-
type: 'address'
|
|
5590
|
-
internalType: 'address'
|
|
5698
|
+
type: 'address'
|
|
5591
5699
|
}, {
|
|
5700
|
+
internalType: 'int8',
|
|
5592
5701
|
name: 'feedType',
|
|
5593
|
-
type: 'int8'
|
|
5594
|
-
internalType: 'int8'
|
|
5702
|
+
type: 'int8'
|
|
5595
5703
|
}, {
|
|
5704
|
+
internalType: 'string',
|
|
5596
5705
|
name: 'currency',
|
|
5597
|
-
type: 'string'
|
|
5598
|
-
internalType: 'string'
|
|
5706
|
+
type: 'string'
|
|
5599
5707
|
}, {
|
|
5708
|
+
internalType: 'uint256',
|
|
5600
5709
|
name: 'amount',
|
|
5601
|
-
type: 'uint256'
|
|
5602
|
-
internalType: 'uint256'
|
|
5710
|
+
type: 'uint256'
|
|
5603
5711
|
}, {
|
|
5712
|
+
internalType: 'uint256',
|
|
5604
5713
|
name: 'deadline',
|
|
5605
|
-
type: 'uint256'
|
|
5606
|
-
internalType: 'uint256'
|
|
5714
|
+
type: 'uint256'
|
|
5607
5715
|
}, {
|
|
5716
|
+
internalType: 'bytes',
|
|
5608
5717
|
name: 'signature',
|
|
5609
|
-
type: 'bytes'
|
|
5610
|
-
|
|
5611
|
-
|
|
5718
|
+
type: 'bytes'
|
|
5719
|
+
}],
|
|
5720
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5721
|
+
name: 'priceFeeds',
|
|
5722
|
+
type: 'tuple[2]'
|
|
5612
5723
|
}, {
|
|
5724
|
+
internalType: 'address',
|
|
5613
5725
|
name: 'extraFeeReceiver',
|
|
5614
|
-
type: 'address'
|
|
5615
|
-
internalType: 'address'
|
|
5726
|
+
type: 'address'
|
|
5616
5727
|
}, {
|
|
5728
|
+
internalType: 'uint256',
|
|
5617
5729
|
name: 'extraFeeBps',
|
|
5618
|
-
type: 'uint256'
|
|
5619
|
-
internalType: 'uint256'
|
|
5730
|
+
type: 'uint256'
|
|
5620
5731
|
}, {
|
|
5732
|
+
internalType: 'uint256',
|
|
5621
5733
|
name: 'yd',
|
|
5622
|
-
type: 'uint256'
|
|
5623
|
-
internalType: 'uint256'
|
|
5734
|
+
type: 'uint256'
|
|
5624
5735
|
}, {
|
|
5625
|
-
name: 'guards',
|
|
5626
|
-
type: 'tuple[]',
|
|
5627
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5628
5736
|
components: [{
|
|
5737
|
+
internalType: 'address',
|
|
5629
5738
|
name: 'guardAddress',
|
|
5630
|
-
type: 'address'
|
|
5631
|
-
internalType: 'address'
|
|
5739
|
+
type: 'address'
|
|
5632
5740
|
}, {
|
|
5741
|
+
internalType: 'bytes[]',
|
|
5633
5742
|
name: 'payload',
|
|
5634
|
-
type: 'bytes[]'
|
|
5635
|
-
|
|
5636
|
-
|
|
5743
|
+
type: 'bytes[]'
|
|
5744
|
+
}],
|
|
5745
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5746
|
+
name: 'guards',
|
|
5747
|
+
type: 'tuple[]'
|
|
5637
5748
|
}, {
|
|
5638
|
-
name: 'webhooks',
|
|
5639
|
-
type: 'tuple[]',
|
|
5640
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5641
5749
|
components: [{
|
|
5750
|
+
internalType: 'address',
|
|
5642
5751
|
name: 'webhookAddress',
|
|
5643
|
-
type: 'address'
|
|
5644
|
-
internalType: 'address'
|
|
5752
|
+
type: 'address'
|
|
5645
5753
|
}, {
|
|
5754
|
+
internalType: 'bytes[]',
|
|
5646
5755
|
name: 'payload',
|
|
5647
|
-
type: 'bytes[]'
|
|
5648
|
-
|
|
5649
|
-
|
|
5650
|
-
|
|
5756
|
+
type: 'bytes[]'
|
|
5757
|
+
}],
|
|
5758
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5759
|
+
name: 'webhooks',
|
|
5760
|
+
type: 'tuple[]'
|
|
5761
|
+
}],
|
|
5762
|
+
internalType: 'struct YodlCurveRouter.YodlCurveParams',
|
|
5763
|
+
name: 'params',
|
|
5764
|
+
type: 'tuple'
|
|
5651
5765
|
}],
|
|
5766
|
+
name: 'yodlWithCurve',
|
|
5652
5767
|
outputs: [{
|
|
5768
|
+
internalType: 'uint256',
|
|
5653
5769
|
name: '',
|
|
5654
|
-
type: 'uint256'
|
|
5655
|
-
internalType: 'uint256'
|
|
5770
|
+
type: 'uint256'
|
|
5656
5771
|
}],
|
|
5657
|
-
stateMutability: 'payable'
|
|
5772
|
+
stateMutability: 'payable',
|
|
5773
|
+
type: 'function'
|
|
5658
5774
|
}, {
|
|
5659
|
-
type: 'function',
|
|
5660
|
-
name: 'yodlWithExternal',
|
|
5661
5775
|
inputs: [{
|
|
5662
|
-
name: 'params',
|
|
5663
|
-
type: 'tuple',
|
|
5664
|
-
internalType: 'struct YodlExternalFundingRouter.YodlExternalFundingParams',
|
|
5665
5776
|
components: [{
|
|
5777
|
+
internalType: 'bytes32',
|
|
5666
5778
|
name: 'memo',
|
|
5667
|
-
type: 'bytes32'
|
|
5668
|
-
internalType: 'bytes32'
|
|
5669
|
-
}, {
|
|
5670
|
-
name: 'outAmountGross',
|
|
5671
|
-
type: 'uint256',
|
|
5672
|
-
internalType: 'uint256'
|
|
5779
|
+
type: 'bytes32'
|
|
5673
5780
|
}, {
|
|
5674
|
-
|
|
5675
|
-
|
|
5676
|
-
|
|
5781
|
+
internalType: 'uint256',
|
|
5782
|
+
name: 'amount',
|
|
5783
|
+
type: 'uint256'
|
|
5677
5784
|
}, {
|
|
5678
|
-
name: 'priceFeeds',
|
|
5679
|
-
type: 'tuple[2]',
|
|
5680
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5681
5785
|
components: [{
|
|
5786
|
+
internalType: 'address',
|
|
5682
5787
|
name: 'feedAddress',
|
|
5683
|
-
type: 'address'
|
|
5684
|
-
internalType: 'address'
|
|
5788
|
+
type: 'address'
|
|
5685
5789
|
}, {
|
|
5790
|
+
internalType: 'int8',
|
|
5686
5791
|
name: 'feedType',
|
|
5687
|
-
type: 'int8'
|
|
5688
|
-
internalType: 'int8'
|
|
5792
|
+
type: 'int8'
|
|
5689
5793
|
}, {
|
|
5794
|
+
internalType: 'string',
|
|
5690
5795
|
name: 'currency',
|
|
5691
|
-
type: 'string'
|
|
5692
|
-
internalType: 'string'
|
|
5796
|
+
type: 'string'
|
|
5693
5797
|
}, {
|
|
5798
|
+
internalType: 'uint256',
|
|
5694
5799
|
name: 'amount',
|
|
5695
|
-
type: 'uint256'
|
|
5696
|
-
internalType: 'uint256'
|
|
5800
|
+
type: 'uint256'
|
|
5697
5801
|
}, {
|
|
5802
|
+
internalType: 'uint256',
|
|
5698
5803
|
name: 'deadline',
|
|
5699
|
-
type: 'uint256'
|
|
5700
|
-
internalType: 'uint256'
|
|
5804
|
+
type: 'uint256'
|
|
5701
5805
|
}, {
|
|
5806
|
+
internalType: 'bytes',
|
|
5702
5807
|
name: 'signature',
|
|
5703
|
-
type: 'bytes'
|
|
5704
|
-
|
|
5705
|
-
|
|
5808
|
+
type: 'bytes'
|
|
5809
|
+
}],
|
|
5810
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5811
|
+
name: 'priceFeeds',
|
|
5812
|
+
type: 'tuple[2]'
|
|
5706
5813
|
}, {
|
|
5814
|
+
internalType: 'address',
|
|
5707
5815
|
name: 'token',
|
|
5708
|
-
type: 'address'
|
|
5709
|
-
internalType: 'address'
|
|
5816
|
+
type: 'address'
|
|
5710
5817
|
}, {
|
|
5818
|
+
internalType: 'address',
|
|
5711
5819
|
name: 'receiver',
|
|
5712
|
-
type: 'address'
|
|
5713
|
-
internalType: 'address'
|
|
5820
|
+
type: 'address'
|
|
5714
5821
|
}, {
|
|
5822
|
+
internalType: 'address',
|
|
5715
5823
|
name: 'extraFeeReceiver',
|
|
5716
|
-
type: 'address'
|
|
5717
|
-
internalType: 'address'
|
|
5824
|
+
type: 'address'
|
|
5718
5825
|
}, {
|
|
5826
|
+
internalType: 'uint256',
|
|
5719
5827
|
name: 'extraFeeBps',
|
|
5720
|
-
type: 'uint256'
|
|
5721
|
-
internalType: 'uint256'
|
|
5828
|
+
type: 'uint256'
|
|
5722
5829
|
}, {
|
|
5830
|
+
internalType: 'uint256',
|
|
5723
5831
|
name: 'yd',
|
|
5724
|
-
type: 'uint256'
|
|
5725
|
-
internalType: 'uint256'
|
|
5832
|
+
type: 'uint256'
|
|
5726
5833
|
}, {
|
|
5727
|
-
name: 'guards',
|
|
5728
|
-
type: 'tuple[]',
|
|
5729
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5730
5834
|
components: [{
|
|
5835
|
+
internalType: 'address',
|
|
5731
5836
|
name: 'guardAddress',
|
|
5732
|
-
type: 'address'
|
|
5733
|
-
internalType: 'address'
|
|
5837
|
+
type: 'address'
|
|
5734
5838
|
}, {
|
|
5839
|
+
internalType: 'bytes[]',
|
|
5735
5840
|
name: 'payload',
|
|
5736
|
-
type: 'bytes[]'
|
|
5737
|
-
|
|
5738
|
-
|
|
5841
|
+
type: 'bytes[]'
|
|
5842
|
+
}],
|
|
5843
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5844
|
+
name: 'guards',
|
|
5845
|
+
type: 'tuple[]'
|
|
5739
5846
|
}, {
|
|
5740
|
-
name: 'webhooks',
|
|
5741
|
-
type: 'tuple[]',
|
|
5742
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5743
5847
|
components: [{
|
|
5848
|
+
internalType: 'address',
|
|
5744
5849
|
name: 'webhookAddress',
|
|
5745
|
-
type: 'address'
|
|
5746
|
-
internalType: 'address'
|
|
5850
|
+
type: 'address'
|
|
5747
5851
|
}, {
|
|
5852
|
+
internalType: 'bytes[]',
|
|
5748
5853
|
name: 'payload',
|
|
5749
|
-
type: 'bytes[]'
|
|
5750
|
-
|
|
5751
|
-
|
|
5854
|
+
type: 'bytes[]'
|
|
5855
|
+
}],
|
|
5856
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5857
|
+
name: 'webhooks',
|
|
5858
|
+
type: 'tuple[]'
|
|
5752
5859
|
}, {
|
|
5860
|
+
internalType: 'uint256',
|
|
5753
5861
|
name: 'convenienceFeeBps',
|
|
5754
|
-
type: 'uint256'
|
|
5755
|
-
|
|
5756
|
-
|
|
5757
|
-
}],
|
|
5758
|
-
outputs: [{
|
|
5759
|
-
name: '',
|
|
5760
|
-
type: 'uint256',
|
|
5761
|
-
internalType: 'uint256'
|
|
5762
|
-
}],
|
|
5763
|
-
stateMutability: 'payable'
|
|
5764
|
-
}, {
|
|
5765
|
-
type: 'function',
|
|
5766
|
-
name: 'yodlWithPancake',
|
|
5767
|
-
inputs: [{
|
|
5862
|
+
type: 'uint256'
|
|
5863
|
+
}],
|
|
5864
|
+
internalType: 'struct YodlExternalFundingRouter.YodlExternalFundingParams',
|
|
5768
5865
|
name: 'params',
|
|
5769
|
-
type: 'tuple'
|
|
5770
|
-
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
5771
|
-
components: [{
|
|
5772
|
-
name: 'sender',
|
|
5773
|
-
type: 'address',
|
|
5774
|
-
internalType: 'address'
|
|
5775
|
-
}, {
|
|
5776
|
-
name: 'receiver',
|
|
5777
|
-
type: 'address',
|
|
5778
|
-
internalType: 'address'
|
|
5779
|
-
}, {
|
|
5780
|
-
name: 'amountIn',
|
|
5781
|
-
type: 'uint256',
|
|
5782
|
-
internalType: 'uint256'
|
|
5783
|
-
}, {
|
|
5784
|
-
name: 'amountOut',
|
|
5785
|
-
type: 'uint256',
|
|
5786
|
-
internalType: 'uint256'
|
|
5787
|
-
}, {
|
|
5788
|
-
name: 'memo',
|
|
5789
|
-
type: 'bytes32',
|
|
5790
|
-
internalType: 'bytes32'
|
|
5791
|
-
}, {
|
|
5792
|
-
name: 'path',
|
|
5793
|
-
type: 'bytes',
|
|
5794
|
-
internalType: 'bytes'
|
|
5795
|
-
}, {
|
|
5796
|
-
name: 'priceFeeds',
|
|
5797
|
-
type: 'tuple[2]',
|
|
5798
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5799
|
-
components: [{
|
|
5800
|
-
name: 'feedAddress',
|
|
5801
|
-
type: 'address',
|
|
5802
|
-
internalType: 'address'
|
|
5803
|
-
}, {
|
|
5804
|
-
name: 'feedType',
|
|
5805
|
-
type: 'int8',
|
|
5806
|
-
internalType: 'int8'
|
|
5807
|
-
}, {
|
|
5808
|
-
name: 'currency',
|
|
5809
|
-
type: 'string',
|
|
5810
|
-
internalType: 'string'
|
|
5811
|
-
}, {
|
|
5812
|
-
name: 'amount',
|
|
5813
|
-
type: 'uint256',
|
|
5814
|
-
internalType: 'uint256'
|
|
5815
|
-
}, {
|
|
5816
|
-
name: 'deadline',
|
|
5817
|
-
type: 'uint256',
|
|
5818
|
-
internalType: 'uint256'
|
|
5819
|
-
}, {
|
|
5820
|
-
name: 'signature',
|
|
5821
|
-
type: 'bytes',
|
|
5822
|
-
internalType: 'bytes'
|
|
5823
|
-
}]
|
|
5824
|
-
}, {
|
|
5825
|
-
name: 'extraFeeReceiver',
|
|
5826
|
-
type: 'address',
|
|
5827
|
-
internalType: 'address'
|
|
5828
|
-
}, {
|
|
5829
|
-
name: 'extraFeeBps',
|
|
5830
|
-
type: 'uint256',
|
|
5831
|
-
internalType: 'uint256'
|
|
5832
|
-
}, {
|
|
5833
|
-
name: 'swapType',
|
|
5834
|
-
type: 'uint8',
|
|
5835
|
-
internalType: 'enum YodlUniswapRouter.SwapType'
|
|
5836
|
-
}, {
|
|
5837
|
-
name: 'yd',
|
|
5838
|
-
type: 'uint256',
|
|
5839
|
-
internalType: 'uint256'
|
|
5840
|
-
}, {
|
|
5841
|
-
name: 'guards',
|
|
5842
|
-
type: 'tuple[]',
|
|
5843
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5844
|
-
components: [{
|
|
5845
|
-
name: 'guardAddress',
|
|
5846
|
-
type: 'address',
|
|
5847
|
-
internalType: 'address'
|
|
5848
|
-
}, {
|
|
5849
|
-
name: 'payload',
|
|
5850
|
-
type: 'bytes[]',
|
|
5851
|
-
internalType: 'bytes[]'
|
|
5852
|
-
}]
|
|
5853
|
-
}, {
|
|
5854
|
-
name: 'webhooks',
|
|
5855
|
-
type: 'tuple[]',
|
|
5856
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5857
|
-
components: [{
|
|
5858
|
-
name: 'webhookAddress',
|
|
5859
|
-
type: 'address',
|
|
5860
|
-
internalType: 'address'
|
|
5861
|
-
}, {
|
|
5862
|
-
name: 'payload',
|
|
5863
|
-
type: 'bytes[]',
|
|
5864
|
-
internalType: 'bytes[]'
|
|
5865
|
-
}]
|
|
5866
|
-
}]
|
|
5866
|
+
type: 'tuple'
|
|
5867
5867
|
}],
|
|
5868
|
+
name: 'yodlWithSwappedToken',
|
|
5868
5869
|
outputs: [{
|
|
5870
|
+
internalType: 'uint256',
|
|
5869
5871
|
name: '',
|
|
5870
|
-
type: 'uint256'
|
|
5871
|
-
internalType: 'uint256'
|
|
5872
|
+
type: 'uint256'
|
|
5872
5873
|
}],
|
|
5873
|
-
stateMutability: 'payable'
|
|
5874
|
+
stateMutability: 'payable',
|
|
5875
|
+
type: 'function'
|
|
5874
5876
|
}, {
|
|
5875
|
-
type: 'function',
|
|
5876
|
-
name: 'yodlWithToken',
|
|
5877
5877
|
inputs: [{
|
|
5878
|
-
name: 'params',
|
|
5879
|
-
type: 'tuple',
|
|
5880
|
-
internalType: 'struct YodlTransferRouter.YodlTransferParams',
|
|
5881
5878
|
components: [{
|
|
5879
|
+
internalType: 'bytes32',
|
|
5882
5880
|
name: 'memo',
|
|
5883
|
-
type: 'bytes32'
|
|
5884
|
-
internalType: 'bytes32'
|
|
5881
|
+
type: 'bytes32'
|
|
5885
5882
|
}, {
|
|
5883
|
+
internalType: 'uint256',
|
|
5886
5884
|
name: 'amount',
|
|
5887
|
-
type: 'uint256'
|
|
5888
|
-
internalType: 'uint256'
|
|
5885
|
+
type: 'uint256'
|
|
5889
5886
|
}, {
|
|
5890
|
-
name: 'priceFeeds',
|
|
5891
|
-
type: 'tuple[2]',
|
|
5892
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5893
5887
|
components: [{
|
|
5888
|
+
internalType: 'address',
|
|
5894
5889
|
name: 'feedAddress',
|
|
5895
|
-
type: 'address'
|
|
5896
|
-
internalType: 'address'
|
|
5890
|
+
type: 'address'
|
|
5897
5891
|
}, {
|
|
5892
|
+
internalType: 'int8',
|
|
5898
5893
|
name: 'feedType',
|
|
5899
|
-
type: 'int8'
|
|
5900
|
-
internalType: 'int8'
|
|
5894
|
+
type: 'int8'
|
|
5901
5895
|
}, {
|
|
5896
|
+
internalType: 'string',
|
|
5902
5897
|
name: 'currency',
|
|
5903
|
-
type: 'string'
|
|
5904
|
-
internalType: 'string'
|
|
5898
|
+
type: 'string'
|
|
5905
5899
|
}, {
|
|
5900
|
+
internalType: 'uint256',
|
|
5906
5901
|
name: 'amount',
|
|
5907
|
-
type: 'uint256'
|
|
5908
|
-
internalType: 'uint256'
|
|
5902
|
+
type: 'uint256'
|
|
5909
5903
|
}, {
|
|
5904
|
+
internalType: 'uint256',
|
|
5910
5905
|
name: 'deadline',
|
|
5911
|
-
type: 'uint256'
|
|
5912
|
-
internalType: 'uint256'
|
|
5906
|
+
type: 'uint256'
|
|
5913
5907
|
}, {
|
|
5908
|
+
internalType: 'bytes',
|
|
5914
5909
|
name: 'signature',
|
|
5915
|
-
type: 'bytes'
|
|
5916
|
-
|
|
5917
|
-
|
|
5910
|
+
type: 'bytes'
|
|
5911
|
+
}],
|
|
5912
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5913
|
+
name: 'priceFeeds',
|
|
5914
|
+
type: 'tuple[2]'
|
|
5918
5915
|
}, {
|
|
5916
|
+
internalType: 'address',
|
|
5919
5917
|
name: 'token',
|
|
5920
|
-
type: 'address'
|
|
5921
|
-
internalType: 'address'
|
|
5918
|
+
type: 'address'
|
|
5922
5919
|
}, {
|
|
5920
|
+
internalType: 'address',
|
|
5923
5921
|
name: 'receiver',
|
|
5924
|
-
type: 'address'
|
|
5925
|
-
internalType: 'address'
|
|
5922
|
+
type: 'address'
|
|
5926
5923
|
}, {
|
|
5924
|
+
internalType: 'address',
|
|
5927
5925
|
name: 'extraFeeReceiver',
|
|
5928
|
-
type: 'address'
|
|
5929
|
-
internalType: 'address'
|
|
5926
|
+
type: 'address'
|
|
5930
5927
|
}, {
|
|
5928
|
+
internalType: 'uint256',
|
|
5931
5929
|
name: 'extraFeeBps',
|
|
5932
|
-
type: 'uint256'
|
|
5933
|
-
internalType: 'uint256'
|
|
5930
|
+
type: 'uint256'
|
|
5934
5931
|
}, {
|
|
5932
|
+
internalType: 'uint256',
|
|
5935
5933
|
name: 'yd',
|
|
5936
|
-
type: 'uint256'
|
|
5937
|
-
internalType: 'uint256'
|
|
5934
|
+
type: 'uint256'
|
|
5938
5935
|
}, {
|
|
5939
|
-
name: 'guards',
|
|
5940
|
-
type: 'tuple[]',
|
|
5941
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5942
5936
|
components: [{
|
|
5937
|
+
internalType: 'address',
|
|
5943
5938
|
name: 'guardAddress',
|
|
5944
|
-
type: 'address'
|
|
5945
|
-
internalType: 'address'
|
|
5939
|
+
type: 'address'
|
|
5946
5940
|
}, {
|
|
5941
|
+
internalType: 'bytes[]',
|
|
5947
5942
|
name: 'payload',
|
|
5948
|
-
type: 'bytes[]'
|
|
5949
|
-
|
|
5950
|
-
|
|
5943
|
+
type: 'bytes[]'
|
|
5944
|
+
}],
|
|
5945
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5946
|
+
name: 'guards',
|
|
5947
|
+
type: 'tuple[]'
|
|
5951
5948
|
}, {
|
|
5952
|
-
name: 'webhooks',
|
|
5953
|
-
type: 'tuple[]',
|
|
5954
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5955
5949
|
components: [{
|
|
5950
|
+
internalType: 'address',
|
|
5956
5951
|
name: 'webhookAddress',
|
|
5957
|
-
type: 'address'
|
|
5958
|
-
internalType: 'address'
|
|
5952
|
+
type: 'address'
|
|
5959
5953
|
}, {
|
|
5954
|
+
internalType: 'bytes[]',
|
|
5960
5955
|
name: 'payload',
|
|
5961
|
-
type: 'bytes[]'
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
|
|
5956
|
+
type: 'bytes[]'
|
|
5957
|
+
}],
|
|
5958
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5959
|
+
name: 'webhooks',
|
|
5960
|
+
type: 'tuple[]'
|
|
5961
|
+
}],
|
|
5962
|
+
internalType: 'struct YodlTransferRouter.YodlTransferParams',
|
|
5963
|
+
name: 'params',
|
|
5964
|
+
type: 'tuple'
|
|
5965
5965
|
}],
|
|
5966
|
+
name: 'yodlWithToken',
|
|
5966
5967
|
outputs: [{
|
|
5968
|
+
internalType: 'uint256',
|
|
5967
5969
|
name: '',
|
|
5968
|
-
type: 'uint256'
|
|
5969
|
-
internalType: 'uint256'
|
|
5970
|
+
type: 'uint256'
|
|
5970
5971
|
}],
|
|
5971
|
-
stateMutability: 'payable'
|
|
5972
|
+
stateMutability: 'payable',
|
|
5973
|
+
type: 'function'
|
|
5972
5974
|
}, {
|
|
5973
|
-
type: 'function',
|
|
5974
|
-
name: 'yodlWithUniswap',
|
|
5975
5975
|
inputs: [{
|
|
5976
|
-
name: 'params',
|
|
5977
|
-
type: 'tuple',
|
|
5978
|
-
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
5979
5976
|
components: [{
|
|
5977
|
+
internalType: 'address',
|
|
5980
5978
|
name: 'sender',
|
|
5981
|
-
type: 'address'
|
|
5982
|
-
internalType: 'address'
|
|
5979
|
+
type: 'address'
|
|
5983
5980
|
}, {
|
|
5981
|
+
internalType: 'address',
|
|
5984
5982
|
name: 'receiver',
|
|
5985
|
-
type: 'address'
|
|
5986
|
-
internalType: 'address'
|
|
5983
|
+
type: 'address'
|
|
5987
5984
|
}, {
|
|
5985
|
+
internalType: 'uint256',
|
|
5988
5986
|
name: 'amountIn',
|
|
5989
|
-
type: 'uint256'
|
|
5990
|
-
internalType: 'uint256'
|
|
5987
|
+
type: 'uint256'
|
|
5991
5988
|
}, {
|
|
5989
|
+
internalType: 'uint256',
|
|
5992
5990
|
name: 'amountOut',
|
|
5993
|
-
type: 'uint256'
|
|
5994
|
-
internalType: 'uint256'
|
|
5991
|
+
type: 'uint256'
|
|
5995
5992
|
}, {
|
|
5993
|
+
internalType: 'bytes32',
|
|
5996
5994
|
name: 'memo',
|
|
5997
|
-
type: 'bytes32'
|
|
5998
|
-
internalType: 'bytes32'
|
|
5995
|
+
type: 'bytes32'
|
|
5999
5996
|
}, {
|
|
5997
|
+
internalType: 'bytes',
|
|
6000
5998
|
name: 'path',
|
|
6001
|
-
type: 'bytes'
|
|
6002
|
-
internalType: 'bytes'
|
|
5999
|
+
type: 'bytes'
|
|
6003
6000
|
}, {
|
|
6004
|
-
name: 'priceFeeds',
|
|
6005
|
-
type: 'tuple[2]',
|
|
6006
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
6007
6001
|
components: [{
|
|
6002
|
+
internalType: 'address',
|
|
6008
6003
|
name: 'feedAddress',
|
|
6009
|
-
type: 'address'
|
|
6010
|
-
internalType: 'address'
|
|
6004
|
+
type: 'address'
|
|
6011
6005
|
}, {
|
|
6006
|
+
internalType: 'int8',
|
|
6012
6007
|
name: 'feedType',
|
|
6013
|
-
type: 'int8'
|
|
6014
|
-
internalType: 'int8'
|
|
6008
|
+
type: 'int8'
|
|
6015
6009
|
}, {
|
|
6010
|
+
internalType: 'string',
|
|
6016
6011
|
name: 'currency',
|
|
6017
|
-
type: 'string'
|
|
6018
|
-
internalType: 'string'
|
|
6012
|
+
type: 'string'
|
|
6019
6013
|
}, {
|
|
6014
|
+
internalType: 'uint256',
|
|
6020
6015
|
name: 'amount',
|
|
6021
|
-
type: 'uint256'
|
|
6022
|
-
internalType: 'uint256'
|
|
6016
|
+
type: 'uint256'
|
|
6023
6017
|
}, {
|
|
6018
|
+
internalType: 'uint256',
|
|
6024
6019
|
name: 'deadline',
|
|
6025
|
-
type: 'uint256'
|
|
6026
|
-
internalType: 'uint256'
|
|
6020
|
+
type: 'uint256'
|
|
6027
6021
|
}, {
|
|
6022
|
+
internalType: 'bytes',
|
|
6028
6023
|
name: 'signature',
|
|
6029
|
-
type: 'bytes'
|
|
6030
|
-
|
|
6031
|
-
|
|
6024
|
+
type: 'bytes'
|
|
6025
|
+
}],
|
|
6026
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
6027
|
+
name: 'priceFeeds',
|
|
6028
|
+
type: 'tuple[2]'
|
|
6032
6029
|
}, {
|
|
6030
|
+
internalType: 'address',
|
|
6033
6031
|
name: 'extraFeeReceiver',
|
|
6034
|
-
type: 'address'
|
|
6035
|
-
internalType: 'address'
|
|
6032
|
+
type: 'address'
|
|
6036
6033
|
}, {
|
|
6034
|
+
internalType: 'uint256',
|
|
6037
6035
|
name: 'extraFeeBps',
|
|
6038
|
-
type: 'uint256'
|
|
6039
|
-
internalType: 'uint256'
|
|
6036
|
+
type: 'uint256'
|
|
6040
6037
|
}, {
|
|
6038
|
+
internalType: 'enum YodlUniswapRouter.SwapType',
|
|
6041
6039
|
name: 'swapType',
|
|
6042
|
-
type: 'uint8'
|
|
6043
|
-
internalType: 'enum YodlUniswapRouter.SwapType'
|
|
6040
|
+
type: 'uint8'
|
|
6044
6041
|
}, {
|
|
6042
|
+
internalType: 'uint256',
|
|
6045
6043
|
name: 'yd',
|
|
6046
|
-
type: 'uint256'
|
|
6047
|
-
internalType: 'uint256'
|
|
6044
|
+
type: 'uint256'
|
|
6048
6045
|
}, {
|
|
6049
|
-
name: 'guards',
|
|
6050
|
-
type: 'tuple[]',
|
|
6051
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
6052
6046
|
components: [{
|
|
6047
|
+
internalType: 'address',
|
|
6053
6048
|
name: 'guardAddress',
|
|
6054
|
-
type: 'address'
|
|
6055
|
-
internalType: 'address'
|
|
6049
|
+
type: 'address'
|
|
6056
6050
|
}, {
|
|
6051
|
+
internalType: 'bytes[]',
|
|
6057
6052
|
name: 'payload',
|
|
6058
|
-
type: 'bytes[]'
|
|
6059
|
-
|
|
6060
|
-
|
|
6053
|
+
type: 'bytes[]'
|
|
6054
|
+
}],
|
|
6055
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
6056
|
+
name: 'guards',
|
|
6057
|
+
type: 'tuple[]'
|
|
6061
6058
|
}, {
|
|
6062
|
-
name: 'webhooks',
|
|
6063
|
-
type: 'tuple[]',
|
|
6064
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
6065
6059
|
components: [{
|
|
6060
|
+
internalType: 'address',
|
|
6066
6061
|
name: 'webhookAddress',
|
|
6067
|
-
type: 'address'
|
|
6068
|
-
internalType: 'address'
|
|
6062
|
+
type: 'address'
|
|
6069
6063
|
}, {
|
|
6064
|
+
internalType: 'bytes[]',
|
|
6070
6065
|
name: 'payload',
|
|
6071
|
-
type: 'bytes[]'
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
}],
|
|
6081
|
-
stateMutability: 'payable'
|
|
6082
|
-
}, {
|
|
6083
|
-
type: 'event',
|
|
6084
|
-
name: 'Convert',
|
|
6085
|
-
inputs: [{
|
|
6086
|
-
name: 'priceFeed0',
|
|
6087
|
-
type: 'address',
|
|
6088
|
-
indexed: true,
|
|
6089
|
-
internalType: 'address'
|
|
6090
|
-
}, {
|
|
6091
|
-
name: 'priceFeed1',
|
|
6092
|
-
type: 'address',
|
|
6093
|
-
indexed: true,
|
|
6094
|
-
internalType: 'address'
|
|
6095
|
-
}, {
|
|
6096
|
-
name: 'exchangeRate0',
|
|
6097
|
-
type: 'int256',
|
|
6098
|
-
indexed: false,
|
|
6099
|
-
internalType: 'int256'
|
|
6100
|
-
}, {
|
|
6101
|
-
name: 'exchangeRate1',
|
|
6102
|
-
type: 'int256',
|
|
6103
|
-
indexed: false,
|
|
6104
|
-
internalType: 'int256'
|
|
6105
|
-
}],
|
|
6106
|
-
anonymous: false
|
|
6107
|
-
}, {
|
|
6108
|
-
type: 'event',
|
|
6109
|
-
name: 'ConvertWithExternalRate',
|
|
6110
|
-
inputs: [{
|
|
6111
|
-
name: 'currency0',
|
|
6112
|
-
type: 'string',
|
|
6113
|
-
indexed: true,
|
|
6114
|
-
internalType: 'string'
|
|
6115
|
-
}, {
|
|
6116
|
-
name: 'priceFeed1',
|
|
6117
|
-
type: 'address',
|
|
6118
|
-
indexed: true,
|
|
6119
|
-
internalType: 'address'
|
|
6120
|
-
}, {
|
|
6121
|
-
name: 'exchangeRate0',
|
|
6122
|
-
type: 'int256',
|
|
6123
|
-
indexed: false,
|
|
6124
|
-
internalType: 'int256'
|
|
6125
|
-
}, {
|
|
6126
|
-
name: 'exchangeRate1',
|
|
6127
|
-
type: 'int256',
|
|
6128
|
-
indexed: false,
|
|
6129
|
-
internalType: 'int256'
|
|
6130
|
-
}],
|
|
6131
|
-
anonymous: false
|
|
6132
|
-
}, {
|
|
6133
|
-
type: 'event',
|
|
6134
|
-
name: 'Yodl',
|
|
6135
|
-
inputs: [{
|
|
6136
|
-
name: 'sender',
|
|
6137
|
-
type: 'address',
|
|
6138
|
-
indexed: true,
|
|
6139
|
-
internalType: 'address'
|
|
6140
|
-
}, {
|
|
6141
|
-
name: 'receiver',
|
|
6142
|
-
type: 'address',
|
|
6143
|
-
indexed: true,
|
|
6144
|
-
internalType: 'address'
|
|
6145
|
-
}, {
|
|
6146
|
-
name: 'token',
|
|
6147
|
-
type: 'address',
|
|
6148
|
-
indexed: false,
|
|
6149
|
-
internalType: 'address'
|
|
6150
|
-
}, {
|
|
6151
|
-
name: 'amount',
|
|
6152
|
-
type: 'uint256',
|
|
6153
|
-
indexed: false,
|
|
6154
|
-
internalType: 'uint256'
|
|
6155
|
-
}, {
|
|
6156
|
-
name: 'fees',
|
|
6157
|
-
type: 'uint256',
|
|
6158
|
-
indexed: false,
|
|
6159
|
-
internalType: 'uint256'
|
|
6160
|
-
}, {
|
|
6161
|
-
name: 'memo',
|
|
6162
|
-
type: 'bytes32',
|
|
6163
|
-
indexed: false,
|
|
6164
|
-
internalType: 'bytes32'
|
|
6066
|
+
type: 'bytes[]'
|
|
6067
|
+
}],
|
|
6068
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
6069
|
+
name: 'webhooks',
|
|
6070
|
+
type: 'tuple[]'
|
|
6071
|
+
}],
|
|
6072
|
+
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
6073
|
+
name: 'params',
|
|
6074
|
+
type: 'tuple'
|
|
6165
6075
|
}],
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
name: 'sender',
|
|
6172
|
-
type: 'address',
|
|
6173
|
-
indexed: true,
|
|
6174
|
-
internalType: 'address'
|
|
6175
|
-
}, {
|
|
6176
|
-
name: 'receiver',
|
|
6177
|
-
type: 'address',
|
|
6178
|
-
indexed: true,
|
|
6179
|
-
internalType: 'address'
|
|
6180
|
-
}, {
|
|
6181
|
-
name: 'amount',
|
|
6182
|
-
type: 'uint256',
|
|
6183
|
-
indexed: true,
|
|
6184
|
-
internalType: 'uint256'
|
|
6076
|
+
name: 'yodlWithUniswap',
|
|
6077
|
+
outputs: [{
|
|
6078
|
+
internalType: 'uint256',
|
|
6079
|
+
name: '',
|
|
6080
|
+
type: 'uint256'
|
|
6185
6081
|
}],
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
type: 'error',
|
|
6189
|
-
name: 'ECDSAInvalidSignature',
|
|
6190
|
-
inputs: []
|
|
6191
|
-
}, {
|
|
6192
|
-
type: 'error',
|
|
6193
|
-
name: 'ECDSAInvalidSignatureLength',
|
|
6194
|
-
inputs: [{
|
|
6195
|
-
name: 'length',
|
|
6196
|
-
type: 'uint256',
|
|
6197
|
-
internalType: 'uint256'
|
|
6198
|
-
}]
|
|
6199
|
-
}, {
|
|
6200
|
-
type: 'error',
|
|
6201
|
-
name: 'ECDSAInvalidSignatureS',
|
|
6202
|
-
inputs: [{
|
|
6203
|
-
name: 's',
|
|
6204
|
-
type: 'bytes32',
|
|
6205
|
-
internalType: 'bytes32'
|
|
6206
|
-
}]
|
|
6082
|
+
stateMutability: 'payable',
|
|
6083
|
+
type: 'function'
|
|
6207
6084
|
}, {
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
inputs: []
|
|
6085
|
+
stateMutability: 'payable',
|
|
6086
|
+
type: 'receive'
|
|
6211
6087
|
}];
|
|
6212
6088
|
|
|
6213
6089
|
var YODL_ROUTER_ABIS = {
|
|
@@ -6253,9 +6129,7 @@ var chains = [
|
|
|
6253
6129
|
"UNISWAP",
|
|
6254
6130
|
"CURVE",
|
|
6255
6131
|
"ODOS",
|
|
6256
|
-
"ONE_INCH"
|
|
6257
|
-
"OKX",
|
|
6258
|
-
"UNIZEN"
|
|
6132
|
+
"ONE_INCH"
|
|
6259
6133
|
]
|
|
6260
6134
|
},
|
|
6261
6135
|
{
|
|
@@ -6277,11 +6151,23 @@ var chains = [
|
|
|
6277
6151
|
"UNISWAP",
|
|
6278
6152
|
"CURVE",
|
|
6279
6153
|
"ODOS",
|
|
6280
|
-
"ONE_INCH"
|
|
6281
|
-
"OKX",
|
|
6282
|
-
"UNIZEN"
|
|
6154
|
+
"ONE_INCH"
|
|
6283
6155
|
]
|
|
6284
6156
|
},
|
|
6157
|
+
{
|
|
6158
|
+
chainName: "Arbitrum Sepolia",
|
|
6159
|
+
shortName: "arb1-sepolia",
|
|
6160
|
+
testnet: false,
|
|
6161
|
+
chainId: 421614,
|
|
6162
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/42161/logo.svg",
|
|
6163
|
+
rpcUrls: [
|
|
6164
|
+
],
|
|
6165
|
+
wrappedNativeToken: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
6166
|
+
explorerUrl: "https://sepolia.arbiscan.io",
|
|
6167
|
+
nativeTokenName: "ETH",
|
|
6168
|
+
timestamp: "2024-06-20T08:16:18.932Z",
|
|
6169
|
+
feeTreasury: "0x5f0947253a8218894af13438ac2e2e0ced30d234"
|
|
6170
|
+
},
|
|
6285
6171
|
{
|
|
6286
6172
|
chainName: "Optimism",
|
|
6287
6173
|
shortName: "oeth",
|
|
@@ -6301,8 +6187,7 @@ var chains = [
|
|
|
6301
6187
|
"UNISWAP",
|
|
6302
6188
|
"CURVE",
|
|
6303
6189
|
"ODOS",
|
|
6304
|
-
"ONE_INCH"
|
|
6305
|
-
"UNIZEN"
|
|
6190
|
+
"ONE_INCH"
|
|
6306
6191
|
]
|
|
6307
6192
|
},
|
|
6308
6193
|
{
|
|
@@ -6344,9 +6229,7 @@ var chains = [
|
|
|
6344
6229
|
"UNISWAP",
|
|
6345
6230
|
"CURVE",
|
|
6346
6231
|
"ODOS",
|
|
6347
|
-
"ONE_INCH"
|
|
6348
|
-
"OKX",
|
|
6349
|
-
"UNIZEN"
|
|
6232
|
+
"ONE_INCH"
|
|
6350
6233
|
]
|
|
6351
6234
|
},
|
|
6352
6235
|
{
|
|
@@ -6368,8 +6251,7 @@ var chains = [
|
|
|
6368
6251
|
"UNISWAP",
|
|
6369
6252
|
"CURVE",
|
|
6370
6253
|
"ODOS",
|
|
6371
|
-
"ONE_INCH"
|
|
6372
|
-
"UNIZEN"
|
|
6254
|
+
"ONE_INCH"
|
|
6373
6255
|
]
|
|
6374
6256
|
},
|
|
6375
6257
|
{
|
|
@@ -6394,9 +6276,7 @@ var chains = [
|
|
|
6394
6276
|
"PANCAKE",
|
|
6395
6277
|
"CURVE",
|
|
6396
6278
|
"ODOS",
|
|
6397
|
-
"ONE_INCH"
|
|
6398
|
-
"OKX",
|
|
6399
|
-
"UNIZEN"
|
|
6279
|
+
"ONE_INCH"
|
|
6400
6280
|
]
|
|
6401
6281
|
}
|
|
6402
6282
|
];
|
|
@@ -6589,6 +6469,12 @@ var fiatCurrencies = [
|
|
|
6589
6469
|
decimals: 2,
|
|
6590
6470
|
name: "Colombian Peso",
|
|
6591
6471
|
symbol: "$"
|
|
6472
|
+
},
|
|
6473
|
+
{
|
|
6474
|
+
code: "XAU",
|
|
6475
|
+
decimals: 2,
|
|
6476
|
+
name: "Gold",
|
|
6477
|
+
symbol: "XAU"
|
|
6592
6478
|
}
|
|
6593
6479
|
];
|
|
6594
6480
|
|
|
@@ -23273,50 +23159,56 @@ var routerlist = {
|
|
|
23273
23159
|
},
|
|
23274
23160
|
routers: [{
|
|
23275
23161
|
chainId: 1,
|
|
23276
|
-
address: '
|
|
23277
|
-
timestamp: '2025-
|
|
23278
|
-
version: '0.
|
|
23162
|
+
address: '0x0487C9fE08dB1c21a9c3Cf373a4d93623B8169Ee',
|
|
23163
|
+
timestamp: '2025-02-26T00:00:00+00:00',
|
|
23164
|
+
version: '0.8',
|
|
23279
23165
|
fee: '0.002'
|
|
23280
23166
|
}, {
|
|
23281
23167
|
chainId: 10,
|
|
23282
|
-
address: '
|
|
23283
|
-
timestamp: '2025-
|
|
23284
|
-
version: '0.
|
|
23168
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23169
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23170
|
+
version: '0.8',
|
|
23285
23171
|
fee: '0.002'
|
|
23286
23172
|
}, {
|
|
23287
23173
|
chainId: 42161,
|
|
23288
|
-
address: '
|
|
23289
|
-
timestamp: '2025-
|
|
23290
|
-
version: '0.
|
|
23174
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23175
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23176
|
+
version: '0.8',
|
|
23291
23177
|
fee: '0.002'
|
|
23292
23178
|
}, {
|
|
23293
23179
|
chainId: 100,
|
|
23294
|
-
address: '
|
|
23295
|
-
timestamp: '2025-
|
|
23296
|
-
version: '0.
|
|
23180
|
+
address: '0x3160aE35D64c03182cAe1d64626894b563123E94',
|
|
23181
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23182
|
+
version: '0.8',
|
|
23297
23183
|
fee: '0.002'
|
|
23298
23184
|
}, {
|
|
23299
23185
|
chainId: 137,
|
|
23300
|
-
address: '
|
|
23301
|
-
timestamp: '2025-
|
|
23302
|
-
version: '0.
|
|
23186
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23187
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23188
|
+
version: '0.8',
|
|
23303
23189
|
fee: '0.002'
|
|
23304
23190
|
}, {
|
|
23305
23191
|
chainId: 8453,
|
|
23306
|
-
address: '
|
|
23307
|
-
timestamp: '2025-
|
|
23308
|
-
version: '0.
|
|
23192
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23193
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23194
|
+
version: '0.8',
|
|
23309
23195
|
fee: '0.002'
|
|
23310
23196
|
}, {
|
|
23311
23197
|
chainId: 56,
|
|
23312
|
-
address: '
|
|
23313
|
-
timestamp: '2025-
|
|
23314
|
-
version: '0.
|
|
23198
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23199
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23200
|
+
version: '0.8',
|
|
23201
|
+
fee: '0.002'
|
|
23202
|
+
}, {
|
|
23203
|
+
chainId: 421614,
|
|
23204
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23205
|
+
timestamp: '2025-10-15T00:00:00+00:00',
|
|
23206
|
+
version: '0.8',
|
|
23315
23207
|
fee: '0.002'
|
|
23316
23208
|
}]
|
|
23317
23209
|
};
|
|
23318
23210
|
|
|
23319
|
-
var timestamp = "2025-
|
|
23211
|
+
var timestamp = "2025-08-05T07:58:46.067Z";
|
|
23320
23212
|
var tokens = [
|
|
23321
23213
|
{
|
|
23322
23214
|
chainId: 1,
|
|
@@ -23329,7 +23221,7 @@ var tokens = [
|
|
|
23329
23221
|
"Mainnet",
|
|
23330
23222
|
"Native Token",
|
|
23331
23223
|
"Top10",
|
|
23332
|
-
"
|
|
23224
|
+
"Featured"
|
|
23333
23225
|
],
|
|
23334
23226
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23335
23227
|
displayDecimals: 6
|
|
@@ -23345,7 +23237,7 @@ var tokens = [
|
|
|
23345
23237
|
"Optimism",
|
|
23346
23238
|
"Native Token",
|
|
23347
23239
|
"Top10",
|
|
23348
|
-
"
|
|
23240
|
+
"Featured"
|
|
23349
23241
|
],
|
|
23350
23242
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23351
23243
|
displayDecimals: 6
|
|
@@ -23361,7 +23253,7 @@ var tokens = [
|
|
|
23361
23253
|
"Arbitrum",
|
|
23362
23254
|
"Native Token",
|
|
23363
23255
|
"Top10",
|
|
23364
|
-
"
|
|
23256
|
+
"Featured"
|
|
23365
23257
|
],
|
|
23366
23258
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23367
23259
|
displayDecimals: 6
|
|
@@ -23377,7 +23269,8 @@ var tokens = [
|
|
|
23377
23269
|
tags: [
|
|
23378
23270
|
"Arbitrum",
|
|
23379
23271
|
"Stablecoin",
|
|
23380
|
-
"EUR"
|
|
23272
|
+
"EUR",
|
|
23273
|
+
"Featured"
|
|
23381
23274
|
],
|
|
23382
23275
|
address: "0x0c06cCF38114ddfc35e07427B9424adcca9F44F8",
|
|
23383
23276
|
displayDecimals: 2
|
|
@@ -23393,7 +23286,7 @@ var tokens = [
|
|
|
23393
23286
|
"Base",
|
|
23394
23287
|
"Native Token",
|
|
23395
23288
|
"Top10",
|
|
23396
|
-
"
|
|
23289
|
+
"Featured"
|
|
23397
23290
|
],
|
|
23398
23291
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23399
23292
|
displayDecimals: 6
|
|
@@ -23408,8 +23301,8 @@ var tokens = [
|
|
|
23408
23301
|
tags: [
|
|
23409
23302
|
"Mainnet",
|
|
23410
23303
|
"Native Token",
|
|
23411
|
-
"
|
|
23412
|
-
"
|
|
23304
|
+
"Featured",
|
|
23305
|
+
"Wrapped"
|
|
23413
23306
|
],
|
|
23414
23307
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
23415
23308
|
displayDecimals: 6
|
|
@@ -23424,8 +23317,8 @@ var tokens = [
|
|
|
23424
23317
|
tags: [
|
|
23425
23318
|
"Optimism",
|
|
23426
23319
|
"Native Token",
|
|
23427
|
-
"
|
|
23428
|
-
"
|
|
23320
|
+
"Featured",
|
|
23321
|
+
"Wrapped"
|
|
23429
23322
|
],
|
|
23430
23323
|
address: "0x4200000000000000000000000000000000000006",
|
|
23431
23324
|
displayDecimals: 6
|
|
@@ -23440,8 +23333,8 @@ var tokens = [
|
|
|
23440
23333
|
tags: [
|
|
23441
23334
|
"Arbitrum",
|
|
23442
23335
|
"Native Token",
|
|
23443
|
-
"
|
|
23444
|
-
"
|
|
23336
|
+
"Featured",
|
|
23337
|
+
"Wrapped"
|
|
23445
23338
|
],
|
|
23446
23339
|
address: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
23447
23340
|
displayDecimals: 6
|
|
@@ -23456,8 +23349,8 @@ var tokens = [
|
|
|
23456
23349
|
tags: [
|
|
23457
23350
|
"Base",
|
|
23458
23351
|
"Native Token",
|
|
23459
|
-
"
|
|
23460
|
-
"
|
|
23352
|
+
"Featured",
|
|
23353
|
+
"Wrapped"
|
|
23461
23354
|
],
|
|
23462
23355
|
address: "0x4200000000000000000000000000000000000006",
|
|
23463
23356
|
displayDecimals: 6
|
|
@@ -23475,7 +23368,7 @@ var tokens = [
|
|
|
23475
23368
|
"Stablecoin",
|
|
23476
23369
|
"Top10",
|
|
23477
23370
|
"USD",
|
|
23478
|
-
"
|
|
23371
|
+
"Featured"
|
|
23479
23372
|
],
|
|
23480
23373
|
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
23481
23374
|
displayDecimals: 2
|
|
@@ -23493,7 +23386,7 @@ var tokens = [
|
|
|
23493
23386
|
"Stablecoin",
|
|
23494
23387
|
"Top10",
|
|
23495
23388
|
"USD",
|
|
23496
|
-
"
|
|
23389
|
+
"Featured"
|
|
23497
23390
|
],
|
|
23498
23391
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58",
|
|
23499
23392
|
displayDecimals: 2
|
|
@@ -23511,7 +23404,7 @@ var tokens = [
|
|
|
23511
23404
|
"Stablecoin",
|
|
23512
23405
|
"Top10",
|
|
23513
23406
|
"USD",
|
|
23514
|
-
"
|
|
23407
|
+
"Featured"
|
|
23515
23408
|
],
|
|
23516
23409
|
address: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
|
|
23517
23410
|
displayDecimals: 2
|
|
@@ -23529,7 +23422,7 @@ var tokens = [
|
|
|
23529
23422
|
"Stablecoin",
|
|
23530
23423
|
"Top10",
|
|
23531
23424
|
"USD",
|
|
23532
|
-
"
|
|
23425
|
+
"Featured"
|
|
23533
23426
|
],
|
|
23534
23427
|
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
23535
23428
|
displayDecimals: 2
|
|
@@ -23546,7 +23439,7 @@ var tokens = [
|
|
|
23546
23439
|
"Mainnet",
|
|
23547
23440
|
"Stablecoin",
|
|
23548
23441
|
"USD",
|
|
23549
|
-
"
|
|
23442
|
+
"Featured"
|
|
23550
23443
|
],
|
|
23551
23444
|
address: "0x4F604735c1cF31399C6E711D5962b2B3E0225AD3",
|
|
23552
23445
|
displayDecimals: 2
|
|
@@ -23564,7 +23457,7 @@ var tokens = [
|
|
|
23564
23457
|
"Stablecoin",
|
|
23565
23458
|
"Top10",
|
|
23566
23459
|
"USD",
|
|
23567
|
-
"
|
|
23460
|
+
"Featured"
|
|
23568
23461
|
],
|
|
23569
23462
|
address: "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
|
|
23570
23463
|
displayDecimals: 2
|
|
@@ -23582,7 +23475,7 @@ var tokens = [
|
|
|
23582
23475
|
"Stablecoin",
|
|
23583
23476
|
"Top10",
|
|
23584
23477
|
"USD",
|
|
23585
|
-
"
|
|
23478
|
+
"Featured"
|
|
23586
23479
|
],
|
|
23587
23480
|
address: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
23588
23481
|
displayDecimals: 2
|
|
@@ -23599,7 +23492,7 @@ var tokens = [
|
|
|
23599
23492
|
"Optimism",
|
|
23600
23493
|
"Stablecoin",
|
|
23601
23494
|
"USD",
|
|
23602
|
-
"
|
|
23495
|
+
"Featured"
|
|
23603
23496
|
],
|
|
23604
23497
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23605
23498
|
displayDecimals: 2
|
|
@@ -23617,7 +23510,7 @@ var tokens = [
|
|
|
23617
23510
|
"Stablecoin",
|
|
23618
23511
|
"Top10",
|
|
23619
23512
|
"USD",
|
|
23620
|
-
"
|
|
23513
|
+
"Featured"
|
|
23621
23514
|
],
|
|
23622
23515
|
address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
23623
23516
|
displayDecimals: 2
|
|
@@ -23634,7 +23527,7 @@ var tokens = [
|
|
|
23634
23527
|
"Base",
|
|
23635
23528
|
"Stablecoin",
|
|
23636
23529
|
"USD",
|
|
23637
|
-
"
|
|
23530
|
+
"Featured"
|
|
23638
23531
|
],
|
|
23639
23532
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23640
23533
|
displayDecimals: 2
|
|
@@ -23652,7 +23545,7 @@ var tokens = [
|
|
|
23652
23545
|
"Stablecoin",
|
|
23653
23546
|
"Top10",
|
|
23654
23547
|
"USD",
|
|
23655
|
-
"
|
|
23548
|
+
"Featured"
|
|
23656
23549
|
],
|
|
23657
23550
|
address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
23658
23551
|
displayDecimals: 2
|
|
@@ -23670,7 +23563,7 @@ var tokens = [
|
|
|
23670
23563
|
"Stablecoin",
|
|
23671
23564
|
"Top10",
|
|
23672
23565
|
"USD",
|
|
23673
|
-
"
|
|
23566
|
+
"Featured"
|
|
23674
23567
|
],
|
|
23675
23568
|
address: "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",
|
|
23676
23569
|
displayDecimals: 2
|
|
@@ -23687,7 +23580,7 @@ var tokens = [
|
|
|
23687
23580
|
"Arbitrum",
|
|
23688
23581
|
"Stablecoin",
|
|
23689
23582
|
"USD",
|
|
23690
|
-
"
|
|
23583
|
+
"Featured"
|
|
23691
23584
|
],
|
|
23692
23585
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23693
23586
|
displayDecimals: 2
|
|
@@ -23705,7 +23598,7 @@ var tokens = [
|
|
|
23705
23598
|
"Stablecoin",
|
|
23706
23599
|
"Top10",
|
|
23707
23600
|
"USD",
|
|
23708
|
-
"
|
|
23601
|
+
"Featured"
|
|
23709
23602
|
],
|
|
23710
23603
|
address: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
23711
23604
|
displayDecimals: 2
|
|
@@ -23723,7 +23616,7 @@ var tokens = [
|
|
|
23723
23616
|
"Stablecoin",
|
|
23724
23617
|
"Top10",
|
|
23725
23618
|
"USD",
|
|
23726
|
-
"
|
|
23619
|
+
"Featured"
|
|
23727
23620
|
],
|
|
23728
23621
|
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
23729
23622
|
displayDecimals: 2
|
|
@@ -23741,28 +23634,11 @@ var tokens = [
|
|
|
23741
23634
|
"Stablecoin",
|
|
23742
23635
|
"Top10",
|
|
23743
23636
|
"USD",
|
|
23744
|
-
"
|
|
23637
|
+
"Featured"
|
|
23745
23638
|
],
|
|
23746
23639
|
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
23747
23640
|
displayDecimals: 2
|
|
23748
23641
|
},
|
|
23749
|
-
{
|
|
23750
|
-
chainId: 8453,
|
|
23751
|
-
coinGeckoId: "dai",
|
|
23752
|
-
name: "DAI",
|
|
23753
|
-
symbol: "DAI",
|
|
23754
|
-
currency: "USD",
|
|
23755
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
23756
|
-
decimals: 18,
|
|
23757
|
-
tags: [
|
|
23758
|
-
"Base",
|
|
23759
|
-
"Stablecoin",
|
|
23760
|
-
"Top10",
|
|
23761
|
-
"USD",
|
|
23762
|
-
"featured"
|
|
23763
|
-
],
|
|
23764
|
-
address: "0x50c5725949a6f0c72e6c4a641f24049a917db0cb"
|
|
23765
|
-
},
|
|
23766
23642
|
{
|
|
23767
23643
|
chainId: 1,
|
|
23768
23644
|
coinGeckoId: "crvusd",
|
|
@@ -23775,7 +23651,7 @@ var tokens = [
|
|
|
23775
23651
|
"Mainnet",
|
|
23776
23652
|
"Stablecoin",
|
|
23777
23653
|
"USD",
|
|
23778
|
-
"
|
|
23654
|
+
"Featured"
|
|
23779
23655
|
],
|
|
23780
23656
|
address: "0xf939e0a03fb07f59a73314e73794be0e57ac1b4e",
|
|
23781
23657
|
displayDecimals: 2
|
|
@@ -23791,7 +23667,7 @@ var tokens = [
|
|
|
23791
23667
|
tags: [
|
|
23792
23668
|
"Stablecoin",
|
|
23793
23669
|
"USD",
|
|
23794
|
-
"
|
|
23670
|
+
"Featured"
|
|
23795
23671
|
],
|
|
23796
23672
|
address: "0xc52d7f23a2e460248db6ee192cb23dd12bddcbf6",
|
|
23797
23673
|
displayDecimals: 2
|
|
@@ -23807,7 +23683,7 @@ var tokens = [
|
|
|
23807
23683
|
tags: [
|
|
23808
23684
|
"Stablecoin",
|
|
23809
23685
|
"USD",
|
|
23810
|
-
"
|
|
23686
|
+
"Featured"
|
|
23811
23687
|
],
|
|
23812
23688
|
address: "0xaBEf652195F98A91E490f047A5006B71c85f058d",
|
|
23813
23689
|
displayDecimals: 2
|
|
@@ -23823,7 +23699,7 @@ var tokens = [
|
|
|
23823
23699
|
tags: [
|
|
23824
23700
|
"Stablecoin",
|
|
23825
23701
|
"USD",
|
|
23826
|
-
"
|
|
23702
|
+
"Featured"
|
|
23827
23703
|
],
|
|
23828
23704
|
address: "0xc4Ce1D6F5D98D65eE25Cf85e9F2E9DcFEe6Cb5d6",
|
|
23829
23705
|
displayDecimals: 2
|
|
@@ -23839,7 +23715,7 @@ var tokens = [
|
|
|
23839
23715
|
tags: [
|
|
23840
23716
|
"Stablecoin",
|
|
23841
23717
|
"USD",
|
|
23842
|
-
"
|
|
23718
|
+
"Featured"
|
|
23843
23719
|
],
|
|
23844
23720
|
address: "0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93",
|
|
23845
23721
|
displayDecimals: 2
|
|
@@ -23855,7 +23731,7 @@ var tokens = [
|
|
|
23855
23731
|
tags: [
|
|
23856
23732
|
"Stablecoin",
|
|
23857
23733
|
"USD",
|
|
23858
|
-
"
|
|
23734
|
+
"Featured"
|
|
23859
23735
|
],
|
|
23860
23736
|
address: "0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5",
|
|
23861
23737
|
displayDecimals: 2
|
|
@@ -23871,44 +23747,12 @@ var tokens = [
|
|
|
23871
23747
|
tags: [
|
|
23872
23748
|
"Mainnet",
|
|
23873
23749
|
"Stablecoin",
|
|
23874
|
-
"EUR"
|
|
23750
|
+
"EUR",
|
|
23751
|
+
"Featured"
|
|
23875
23752
|
],
|
|
23876
23753
|
address: "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
|
|
23877
23754
|
displayDecimals: 2
|
|
23878
23755
|
},
|
|
23879
|
-
{
|
|
23880
|
-
chainId: 5,
|
|
23881
|
-
name: "XUSD",
|
|
23882
|
-
symbol: "XUSD",
|
|
23883
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23884
|
-
decimals: 18,
|
|
23885
|
-
tags: [
|
|
23886
|
-
"TESTNET"
|
|
23887
|
-
],
|
|
23888
|
-
address: "0x33ca3889bb0032e9c3794b608a242d27e7293353"
|
|
23889
|
-
},
|
|
23890
|
-
{
|
|
23891
|
-
chainId: 5,
|
|
23892
|
-
name: "USDC.test",
|
|
23893
|
-
symbol: "USDC",
|
|
23894
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23895
|
-
decimals: 18,
|
|
23896
|
-
tags: [
|
|
23897
|
-
"TESTNET"
|
|
23898
|
-
],
|
|
23899
|
-
address: "0xe5768E2dDEc1E50Ac2672a2d75D63d36A8Ec88d9"
|
|
23900
|
-
},
|
|
23901
|
-
{
|
|
23902
|
-
chainId: 5,
|
|
23903
|
-
name: "USDT.test",
|
|
23904
|
-
symbol: "USDT",
|
|
23905
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
23906
|
-
decimals: 18,
|
|
23907
|
-
tags: [
|
|
23908
|
-
"TESTNET"
|
|
23909
|
-
],
|
|
23910
|
-
address: "0xeB87E5d9c773d3E802989295147564985B5B358C"
|
|
23911
|
-
},
|
|
23912
23756
|
{
|
|
23913
23757
|
chainId: 43114,
|
|
23914
23758
|
coinGeckoId: "dai",
|
|
@@ -23919,7 +23763,8 @@ var tokens = [
|
|
|
23919
23763
|
currency: "USD",
|
|
23920
23764
|
tags: [
|
|
23921
23765
|
"Avalanche",
|
|
23922
|
-
"
|
|
23766
|
+
"Stablecoin",
|
|
23767
|
+
"Featured"
|
|
23923
23768
|
],
|
|
23924
23769
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
23925
23770
|
displayDecimals: 2
|
|
@@ -23934,7 +23779,8 @@ var tokens = [
|
|
|
23934
23779
|
currency: "USD",
|
|
23935
23780
|
tags: [
|
|
23936
23781
|
"Avalanche",
|
|
23937
|
-
"
|
|
23782
|
+
"Stablecoin",
|
|
23783
|
+
"Featured"
|
|
23938
23784
|
],
|
|
23939
23785
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
23940
23786
|
displayDecimals: 2
|
|
@@ -23949,9 +23795,9 @@ var tokens = [
|
|
|
23949
23795
|
currency: "USD",
|
|
23950
23796
|
tags: [
|
|
23951
23797
|
"Avalanche",
|
|
23952
|
-
"
|
|
23798
|
+
"Stablecoin",
|
|
23953
23799
|
"USD",
|
|
23954
|
-
"
|
|
23800
|
+
"Featured"
|
|
23955
23801
|
],
|
|
23956
23802
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23957
23803
|
displayDecimals: 2
|
|
@@ -23965,8 +23811,8 @@ var tokens = [
|
|
|
23965
23811
|
symbol: "MIM",
|
|
23966
23812
|
tags: [
|
|
23967
23813
|
"Avalanche",
|
|
23968
|
-
"
|
|
23969
|
-
"
|
|
23814
|
+
"Stablecoin",
|
|
23815
|
+
"Featured"
|
|
23970
23816
|
],
|
|
23971
23817
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/MIM.svg",
|
|
23972
23818
|
displayDecimals: 2
|
|
@@ -23984,7 +23830,7 @@ var tokens = [
|
|
|
23984
23830
|
"Stablecoin",
|
|
23985
23831
|
"Top10",
|
|
23986
23832
|
"USD",
|
|
23987
|
-
"
|
|
23833
|
+
"Featured"
|
|
23988
23834
|
],
|
|
23989
23835
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23990
23836
|
displayDecimals: 2
|
|
@@ -24002,7 +23848,7 @@ var tokens = [
|
|
|
24002
23848
|
"Stablecoin",
|
|
24003
23849
|
"Top10",
|
|
24004
23850
|
"USD",
|
|
24005
|
-
"
|
|
23851
|
+
"Featured"
|
|
24006
23852
|
],
|
|
24007
23853
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24008
23854
|
displayDecimals: 2
|
|
@@ -24020,7 +23866,7 @@ var tokens = [
|
|
|
24020
23866
|
"Stablecoin",
|
|
24021
23867
|
"Top10",
|
|
24022
23868
|
"USD",
|
|
24023
|
-
"
|
|
23869
|
+
"Featured"
|
|
24024
23870
|
],
|
|
24025
23871
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24026
23872
|
displayDecimals: 2
|
|
@@ -24038,7 +23884,7 @@ var tokens = [
|
|
|
24038
23884
|
"Stablecoin",
|
|
24039
23885
|
"Top10",
|
|
24040
23886
|
"USD",
|
|
24041
|
-
"
|
|
23887
|
+
"Featured"
|
|
24042
23888
|
],
|
|
24043
23889
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24044
23890
|
displayDecimals: 2
|
|
@@ -24056,14 +23902,14 @@ var tokens = [
|
|
|
24056
23902
|
"Stablecoin",
|
|
24057
23903
|
"Native Token",
|
|
24058
23904
|
"USD",
|
|
24059
|
-
"
|
|
23905
|
+
"Featured"
|
|
24060
23906
|
],
|
|
24061
23907
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/xDAI.svg",
|
|
24062
23908
|
displayDecimals: 2
|
|
24063
23909
|
},
|
|
24064
23910
|
{
|
|
24065
23911
|
chainId: 100,
|
|
24066
|
-
coinGeckoId: "
|
|
23912
|
+
coinGeckoId: "xdai",
|
|
24067
23913
|
address: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",
|
|
24068
23914
|
decimals: 18,
|
|
24069
23915
|
name: "wxDAI",
|
|
@@ -24074,8 +23920,8 @@ var tokens = [
|
|
|
24074
23920
|
"Stablecoin",
|
|
24075
23921
|
"Native Token",
|
|
24076
23922
|
"USD",
|
|
24077
|
-
"
|
|
24078
|
-
"
|
|
23923
|
+
"Featured",
|
|
23924
|
+
"Wrapped"
|
|
24079
23925
|
],
|
|
24080
23926
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/wxDAI.svg",
|
|
24081
23927
|
displayDecimals: 2
|
|
@@ -24091,7 +23937,7 @@ var tokens = [
|
|
|
24091
23937
|
tags: [
|
|
24092
23938
|
"Gnosis",
|
|
24093
23939
|
"Stablecoin",
|
|
24094
|
-
"
|
|
23940
|
+
"Featured"
|
|
24095
23941
|
],
|
|
24096
23942
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",
|
|
24097
23943
|
displayDecimals: 2
|
|
@@ -24106,7 +23952,7 @@ var tokens = [
|
|
|
24106
23952
|
tags: [
|
|
24107
23953
|
"Polygon",
|
|
24108
23954
|
"Native Token",
|
|
24109
|
-
"
|
|
23955
|
+
"Featured"
|
|
24110
23956
|
],
|
|
24111
23957
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
24112
23958
|
displayDecimals: 1
|
|
@@ -24121,8 +23967,8 @@ var tokens = [
|
|
|
24121
23967
|
tags: [
|
|
24122
23968
|
"Polygon",
|
|
24123
23969
|
"Native Token",
|
|
24124
|
-
"
|
|
24125
|
-
"
|
|
23970
|
+
"Featured",
|
|
23971
|
+
"Wrapped"
|
|
24126
23972
|
],
|
|
24127
23973
|
address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
|
|
24128
23974
|
displayDecimals: 1
|
|
@@ -24140,7 +23986,7 @@ var tokens = [
|
|
|
24140
23986
|
"Stablecoin",
|
|
24141
23987
|
"Top10",
|
|
24142
23988
|
"USD",
|
|
24143
|
-
"
|
|
23989
|
+
"Featured"
|
|
24144
23990
|
],
|
|
24145
23991
|
address: "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
|
|
24146
23992
|
displayDecimals: 2
|
|
@@ -24158,7 +24004,7 @@ var tokens = [
|
|
|
24158
24004
|
"Stablecoin",
|
|
24159
24005
|
"Top10",
|
|
24160
24006
|
"USD",
|
|
24161
|
-
"
|
|
24007
|
+
"Featured"
|
|
24162
24008
|
],
|
|
24163
24009
|
address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
|
|
24164
24010
|
displayDecimals: 2
|
|
@@ -24176,7 +24022,7 @@ var tokens = [
|
|
|
24176
24022
|
"Stablecoin",
|
|
24177
24023
|
"Top10",
|
|
24178
24024
|
"USD",
|
|
24179
|
-
"
|
|
24025
|
+
"Featured"
|
|
24180
24026
|
],
|
|
24181
24027
|
address: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
|
|
24182
24028
|
displayDecimals: 2
|
|
@@ -24194,7 +24040,7 @@ var tokens = [
|
|
|
24194
24040
|
"Stablecoin",
|
|
24195
24041
|
"Top10",
|
|
24196
24042
|
"USD",
|
|
24197
|
-
"
|
|
24043
|
+
"Featured"
|
|
24198
24044
|
],
|
|
24199
24045
|
address: "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
|
|
24200
24046
|
displayDecimals: 2
|
|
@@ -24210,7 +24056,7 @@ var tokens = [
|
|
|
24210
24056
|
tags: [
|
|
24211
24057
|
"Polygon",
|
|
24212
24058
|
"Stablecoin",
|
|
24213
|
-
"
|
|
24059
|
+
"Featured"
|
|
24214
24060
|
],
|
|
24215
24061
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",
|
|
24216
24062
|
displayDecimals: 2
|
|
@@ -24227,7 +24073,7 @@ var tokens = [
|
|
|
24227
24073
|
"Polygon",
|
|
24228
24074
|
"Stablecoin",
|
|
24229
24075
|
"USD",
|
|
24230
|
-
"
|
|
24076
|
+
"Featured"
|
|
24231
24077
|
],
|
|
24232
24078
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
24233
24079
|
displayDecimals: 2
|
|
@@ -24242,9 +24088,10 @@ var tokens = [
|
|
|
24242
24088
|
tags: [
|
|
24243
24089
|
"BNB Smart Chain",
|
|
24244
24090
|
"Native Token",
|
|
24245
|
-
"
|
|
24091
|
+
"Featured"
|
|
24246
24092
|
],
|
|
24247
|
-
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
|
|
24093
|
+
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
24094
|
+
displayDecimals: 5
|
|
24248
24095
|
},
|
|
24249
24096
|
{
|
|
24250
24097
|
chainId: 56,
|
|
@@ -24256,10 +24103,11 @@ var tokens = [
|
|
|
24256
24103
|
tags: [
|
|
24257
24104
|
"BNB Smart Chain",
|
|
24258
24105
|
"Native Token",
|
|
24259
|
-
"
|
|
24260
|
-
"
|
|
24106
|
+
"Featured",
|
|
24107
|
+
"Wrapped"
|
|
24261
24108
|
],
|
|
24262
|
-
address: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"
|
|
24109
|
+
address: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
|
|
24110
|
+
displayDecimals: 5
|
|
24263
24111
|
},
|
|
24264
24112
|
{
|
|
24265
24113
|
chainId: 56,
|
|
@@ -24274,7 +24122,7 @@ var tokens = [
|
|
|
24274
24122
|
"Stablecoin",
|
|
24275
24123
|
"Top10",
|
|
24276
24124
|
"USD",
|
|
24277
|
-
"
|
|
24125
|
+
"Featured"
|
|
24278
24126
|
],
|
|
24279
24127
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24280
24128
|
displayDecimals: 2
|
|
@@ -24292,7 +24140,7 @@ var tokens = [
|
|
|
24292
24140
|
"Stablecoin",
|
|
24293
24141
|
"Top10",
|
|
24294
24142
|
"USD",
|
|
24295
|
-
"
|
|
24143
|
+
"Featured"
|
|
24296
24144
|
],
|
|
24297
24145
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24298
24146
|
displayDecimals: 2
|
|
@@ -24303,13 +24151,12 @@ var tokens = [
|
|
|
24303
24151
|
coinGeckoId: "dai",
|
|
24304
24152
|
name: "Dai",
|
|
24305
24153
|
symbol: "DAI",
|
|
24306
|
-
currency: "USD",
|
|
24307
24154
|
decimals: 18,
|
|
24308
24155
|
tags: [
|
|
24309
24156
|
"BNB Smart Chain",
|
|
24310
24157
|
"Stablecoin",
|
|
24311
24158
|
"USD",
|
|
24312
|
-
"
|
|
24159
|
+
"Featured"
|
|
24313
24160
|
],
|
|
24314
24161
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
24315
24162
|
displayDecimals: 2
|
|
@@ -24325,7 +24172,7 @@ var tokens = [
|
|
|
24325
24172
|
tags: [
|
|
24326
24173
|
"Mainnet",
|
|
24327
24174
|
"Stablecoin",
|
|
24328
|
-
"
|
|
24175
|
+
"Featured",
|
|
24329
24176
|
"USD"
|
|
24330
24177
|
],
|
|
24331
24178
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24342,7 +24189,7 @@ var tokens = [
|
|
|
24342
24189
|
tags: [
|
|
24343
24190
|
"Mainnet",
|
|
24344
24191
|
"Stablecoin",
|
|
24345
|
-
"
|
|
24192
|
+
"Featured",
|
|
24346
24193
|
"USD",
|
|
24347
24194
|
"Wrapped"
|
|
24348
24195
|
],
|
|
@@ -24359,7 +24206,7 @@ var tokens = [
|
|
|
24359
24206
|
currency: "USD",
|
|
24360
24207
|
tags: [
|
|
24361
24208
|
"Stablecoin",
|
|
24362
|
-
"
|
|
24209
|
+
"Featured",
|
|
24363
24210
|
"USD"
|
|
24364
24211
|
],
|
|
24365
24212
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24375,7 +24222,7 @@ var tokens = [
|
|
|
24375
24222
|
currency: "USD",
|
|
24376
24223
|
tags: [
|
|
24377
24224
|
"Stablecoin",
|
|
24378
|
-
"
|
|
24225
|
+
"Featured",
|
|
24379
24226
|
"USD",
|
|
24380
24227
|
"Wrapped"
|
|
24381
24228
|
],
|
|
@@ -24392,7 +24239,7 @@ var tokens = [
|
|
|
24392
24239
|
currency: "USD",
|
|
24393
24240
|
tags: [
|
|
24394
24241
|
"Stablecoin",
|
|
24395
|
-
"
|
|
24242
|
+
"Featured",
|
|
24396
24243
|
"USD"
|
|
24397
24244
|
],
|
|
24398
24245
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24408,7 +24255,7 @@ var tokens = [
|
|
|
24408
24255
|
currency: "USD",
|
|
24409
24256
|
tags: [
|
|
24410
24257
|
"Stablecoin",
|
|
24411
|
-
"
|
|
24258
|
+
"Featured",
|
|
24412
24259
|
"USD",
|
|
24413
24260
|
"Wrapped"
|
|
24414
24261
|
],
|
|
@@ -24425,7 +24272,7 @@ var tokens = [
|
|
|
24425
24272
|
currency: "USD",
|
|
24426
24273
|
tags: [
|
|
24427
24274
|
"Stablecoin",
|
|
24428
|
-
"
|
|
24275
|
+
"Featured",
|
|
24429
24276
|
"USD"
|
|
24430
24277
|
],
|
|
24431
24278
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24441,7 +24288,7 @@ var tokens = [
|
|
|
24441
24288
|
currency: "USD",
|
|
24442
24289
|
tags: [
|
|
24443
24290
|
"Stablecoin",
|
|
24444
|
-
"
|
|
24291
|
+
"Featured",
|
|
24445
24292
|
"USD",
|
|
24446
24293
|
"Wrapped"
|
|
24447
24294
|
],
|
|
@@ -24458,7 +24305,7 @@ var tokens = [
|
|
|
24458
24305
|
currency: "USD",
|
|
24459
24306
|
tags: [
|
|
24460
24307
|
"Stablecoin",
|
|
24461
|
-
"
|
|
24308
|
+
"Featured",
|
|
24462
24309
|
"USD"
|
|
24463
24310
|
],
|
|
24464
24311
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24474,7 +24321,7 @@ var tokens = [
|
|
|
24474
24321
|
currency: "USD",
|
|
24475
24322
|
tags: [
|
|
24476
24323
|
"Stablecoin",
|
|
24477
|
-
"
|
|
24324
|
+
"Featured",
|
|
24478
24325
|
"USD",
|
|
24479
24326
|
"Wrapped"
|
|
24480
24327
|
],
|
|
@@ -24491,7 +24338,7 @@ var tokens = [
|
|
|
24491
24338
|
currency: "IDR",
|
|
24492
24339
|
tags: [
|
|
24493
24340
|
"Stablecoin",
|
|
24494
|
-
"
|
|
24341
|
+
"Featured",
|
|
24495
24342
|
"IDR"
|
|
24496
24343
|
],
|
|
24497
24344
|
address: "0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
|
|
@@ -24507,7 +24354,7 @@ var tokens = [
|
|
|
24507
24354
|
currency: "IDR",
|
|
24508
24355
|
tags: [
|
|
24509
24356
|
"Stablecoin",
|
|
24510
|
-
"
|
|
24357
|
+
"Featured",
|
|
24511
24358
|
"IDR"
|
|
24512
24359
|
],
|
|
24513
24360
|
address: "0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
|
|
@@ -24523,7 +24370,7 @@ var tokens = [
|
|
|
24523
24370
|
currency: "IDR",
|
|
24524
24371
|
tags: [
|
|
24525
24372
|
"Stablecoin",
|
|
24526
|
-
"
|
|
24373
|
+
"Featured",
|
|
24527
24374
|
"IDR"
|
|
24528
24375
|
],
|
|
24529
24376
|
address: "0x18Bc5bcC660cf2B9cE3cd51a404aFe1a0cBD3C22",
|
|
@@ -24622,7 +24469,7 @@ var tokens = [
|
|
|
24622
24469
|
"Stablecoin",
|
|
24623
24470
|
"Native Token",
|
|
24624
24471
|
"USD",
|
|
24625
|
-
"
|
|
24472
|
+
"Featured"
|
|
24626
24473
|
],
|
|
24627
24474
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sxDAI.png",
|
|
24628
24475
|
displayDecimals: 2
|
|
@@ -24636,7 +24483,7 @@ var tokens = [
|
|
|
24636
24483
|
symbol: "CRV",
|
|
24637
24484
|
tags: [
|
|
24638
24485
|
"Gnosis",
|
|
24639
|
-
"
|
|
24486
|
+
"Featured"
|
|
24640
24487
|
],
|
|
24641
24488
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/CRV.png",
|
|
24642
24489
|
displayDecimals: 2
|
|
@@ -24650,23 +24497,11 @@ var tokens = [
|
|
|
24650
24497
|
symbol: "GNO",
|
|
24651
24498
|
tags: [
|
|
24652
24499
|
"Gnosis",
|
|
24653
|
-
"
|
|
24500
|
+
"Featured"
|
|
24654
24501
|
],
|
|
24655
24502
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/GNO.png",
|
|
24656
24503
|
displayDecimals: 4
|
|
24657
24504
|
},
|
|
24658
|
-
{
|
|
24659
|
-
chainId: 100,
|
|
24660
|
-
address: "0xa4ef9da5ba71cc0d2e5e877a910a37ec43420445",
|
|
24661
|
-
decimals: 18,
|
|
24662
|
-
name: "Staked Gnosis",
|
|
24663
|
-
symbol: "sGNO",
|
|
24664
|
-
tags: [
|
|
24665
|
-
"Gnosis",
|
|
24666
|
-
"featured"
|
|
24667
|
-
],
|
|
24668
|
-
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sGNO.png"
|
|
24669
|
-
},
|
|
24670
24505
|
{
|
|
24671
24506
|
chainId: 100,
|
|
24672
24507
|
coinGeckoId: "bread",
|
|
@@ -24676,7 +24511,7 @@ var tokens = [
|
|
|
24676
24511
|
symbol: "BRD",
|
|
24677
24512
|
tags: [
|
|
24678
24513
|
"Gnosis",
|
|
24679
|
-
"
|
|
24514
|
+
"Featured"
|
|
24680
24515
|
],
|
|
24681
24516
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/BRD.png",
|
|
24682
24517
|
displayDecimals: 0
|
|
@@ -24690,25 +24525,12 @@ var tokens = [
|
|
|
24690
24525
|
symbol: "EURC.e",
|
|
24691
24526
|
tags: [
|
|
24692
24527
|
"Gnosis",
|
|
24693
|
-
"
|
|
24528
|
+
"Featured",
|
|
24694
24529
|
"Stablecoin"
|
|
24695
24530
|
],
|
|
24696
24531
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/EURC.png",
|
|
24697
24532
|
displayDecimals: 2
|
|
24698
24533
|
},
|
|
24699
|
-
{
|
|
24700
|
-
chainId: 100,
|
|
24701
|
-
address: "0xc6ed4f520f6a4e4dc27273509239b7f8a68d2068",
|
|
24702
|
-
decimals: 18,
|
|
24703
|
-
name: "Ubiquity Dollar",
|
|
24704
|
-
symbol: "UUSD",
|
|
24705
|
-
tags: [
|
|
24706
|
-
"Gnosis",
|
|
24707
|
-
"featured",
|
|
24708
|
-
"Stablecoin"
|
|
24709
|
-
],
|
|
24710
|
-
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/UUSD.png"
|
|
24711
|
-
},
|
|
24712
24534
|
{
|
|
24713
24535
|
chainId: 137,
|
|
24714
24536
|
coinGeckoId: "brz",
|
|
@@ -24807,7 +24629,8 @@ var tokens = [
|
|
|
24807
24629
|
"Featured",
|
|
24808
24630
|
"XAU"
|
|
24809
24631
|
],
|
|
24810
|
-
address: "0x68749665ff8d2d112fa859aa293f07a622782f38"
|
|
24632
|
+
address: "0x68749665ff8d2d112fa859aa293f07a622782f38",
|
|
24633
|
+
displayDecimals: 2
|
|
24811
24634
|
},
|
|
24812
24635
|
{
|
|
24813
24636
|
chainId: 42161,
|
|
@@ -24906,6 +24729,19 @@ var tokens = [
|
|
|
24906
24729
|
],
|
|
24907
24730
|
address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51",
|
|
24908
24731
|
displayDecimals: 2
|
|
24732
|
+
},
|
|
24733
|
+
{
|
|
24734
|
+
chainId: 421614,
|
|
24735
|
+
coinGeckoId: "",
|
|
24736
|
+
name: "Manteca USDC Faucet",
|
|
24737
|
+
symbol: "USDC.test",
|
|
24738
|
+
currency: "USD",
|
|
24739
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24740
|
+
decimals: 6,
|
|
24741
|
+
tags: [
|
|
24742
|
+
],
|
|
24743
|
+
address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51",
|
|
24744
|
+
displayDecimals: 2
|
|
24909
24745
|
}
|
|
24910
24746
|
];
|
|
24911
24747
|
var featuredTokenlist = {
|
|
@@ -24913,7 +24749,7 @@ var featuredTokenlist = {
|
|
|
24913
24749
|
tokens: tokens
|
|
24914
24750
|
};
|
|
24915
24751
|
|
|
24916
|
-
var timestamp$1 = "2025-
|
|
24752
|
+
var timestamp$1 = "2025-08-05T07:58:46.069Z";
|
|
24917
24753
|
var tokens$1 = [
|
|
24918
24754
|
{
|
|
24919
24755
|
chainId: 1,
|
|
@@ -25263,7 +25099,7 @@ var tokens$1 = [
|
|
|
25263
25099
|
decimals: 18,
|
|
25264
25100
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
25265
25101
|
coinGeckoId: "frax-share",
|
|
25266
|
-
displayDecimals:
|
|
25102
|
+
displayDecimals: 2
|
|
25267
25103
|
},
|
|
25268
25104
|
{
|
|
25269
25105
|
chainId: 1,
|
|
@@ -26063,7 +25899,7 @@ var tokens$1 = [
|
|
|
26063
25899
|
decimals: 18,
|
|
26064
25900
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
26065
25901
|
coinGeckoId: "frax-share",
|
|
26066
|
-
displayDecimals:
|
|
25902
|
+
displayDecimals: 2
|
|
26067
25903
|
},
|
|
26068
25904
|
{
|
|
26069
25905
|
chainId: 137,
|
|
@@ -26512,7 +26348,7 @@ var tokens$1 = [
|
|
|
26512
26348
|
decimals: 18,
|
|
26513
26349
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
26514
26350
|
coinGeckoId: "frax-share",
|
|
26515
|
-
displayDecimals:
|
|
26351
|
+
displayDecimals: 2
|
|
26516
26352
|
},
|
|
26517
26353
|
{
|
|
26518
26354
|
chainId: 42161,
|
|
@@ -26602,7 +26438,7 @@ var tokens$1 = [
|
|
|
26602
26438
|
decimals: 18,
|
|
26603
26439
|
logoUri: "https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",
|
|
26604
26440
|
coinGeckoId: "inception-restaked-steth",
|
|
26605
|
-
displayDecimals:
|
|
26441
|
+
displayDecimals: 6
|
|
26606
26442
|
},
|
|
26607
26443
|
{
|
|
26608
26444
|
chainId: 42161,
|
|
@@ -27021,7 +26857,8 @@ var tokens$1 = [
|
|
|
27021
26857
|
symbol: "AMP",
|
|
27022
26858
|
decimals: 18,
|
|
27023
26859
|
logoUri: "https://assets.coingecko.com/coins/images/37421/original/AmpedLogoTrans-200.png?1714377313",
|
|
27024
|
-
coinGeckoId: "amped-finance"
|
|
26860
|
+
coinGeckoId: "amped-finance",
|
|
26861
|
+
displayDecimals: 0
|
|
27025
26862
|
},
|
|
27026
26863
|
{
|
|
27027
26864
|
chainId: 8453,
|
|
@@ -27173,6 +27010,16 @@ var tokens$1 = [
|
|
|
27173
27010
|
coinGeckoId: "kelpdao-bridged-rseth-base",
|
|
27174
27011
|
displayDecimals: 6
|
|
27175
27012
|
},
|
|
27013
|
+
{
|
|
27014
|
+
chainId: 8453,
|
|
27015
|
+
address: "0x50c5725949a6f0c72e6c4a641f24049a917db0cb",
|
|
27016
|
+
name: "L2 Standard Bridged DAI Base ",
|
|
27017
|
+
symbol: "DAI",
|
|
27018
|
+
decimals: 18,
|
|
27019
|
+
logoUri: "https://assets.coingecko.com/coins/images/39807/original/dai.png?1724126571",
|
|
27020
|
+
coinGeckoId: "l2-standard-bridged-dai-base",
|
|
27021
|
+
displayDecimals: 2
|
|
27022
|
+
},
|
|
27176
27023
|
{
|
|
27177
27024
|
chainId: 8453,
|
|
27178
27025
|
address: "0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",
|
|
@@ -27180,7 +27027,8 @@ var tokens$1 = [
|
|
|
27180
27027
|
symbol: "USDT",
|
|
27181
27028
|
decimals: 6,
|
|
27182
27029
|
logoUri: "https://assets.coingecko.com/coins/images/39963/original/usdt.png?1724952731",
|
|
27183
|
-
coinGeckoId: "l2-standard-bridged-usdt-base"
|
|
27030
|
+
coinGeckoId: "l2-standard-bridged-usdt-base",
|
|
27031
|
+
displayDecimals: 2
|
|
27184
27032
|
},
|
|
27185
27033
|
{
|
|
27186
27034
|
chainId: 8453,
|
|
@@ -27240,7 +27088,7 @@ var tokens$1 = [
|
|
|
27240
27088
|
decimals: 18,
|
|
27241
27089
|
logoUri: "https://assets.coingecko.com/coins/images/26133/original/WELL.png?1696525221",
|
|
27242
27090
|
coinGeckoId: "moonwell-artemis",
|
|
27243
|
-
displayDecimals:
|
|
27091
|
+
displayDecimals: 0
|
|
27244
27092
|
},
|
|
27245
27093
|
{
|
|
27246
27094
|
chainId: 8453,
|
|
@@ -27530,7 +27378,7 @@ var tokens$1 = [
|
|
|
27530
27378
|
decimals: 18,
|
|
27531
27379
|
logoUri: "https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",
|
|
27532
27380
|
coinGeckoId: "inception-restaked-steth",
|
|
27533
|
-
displayDecimals:
|
|
27381
|
+
displayDecimals: 6
|
|
27534
27382
|
},
|
|
27535
27383
|
{
|
|
27536
27384
|
chainId: 10,
|
|
@@ -27750,7 +27598,7 @@ var tokens$1 = [
|
|
|
27750
27598
|
decimals: 18,
|
|
27751
27599
|
logoUri: "https://assets.coingecko.com/coins/images/14165/original/Logo200.png?1696513884",
|
|
27752
27600
|
coinGeckoId: "alpaca-finance",
|
|
27753
|
-
displayDecimals:
|
|
27601
|
+
displayDecimals: 0
|
|
27754
27602
|
},
|
|
27755
27603
|
{
|
|
27756
27604
|
chainId: 56,
|
|
@@ -28050,7 +27898,7 @@ var tokens$1 = [
|
|
|
28050
27898
|
decimals: 18,
|
|
28051
27899
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
28052
27900
|
coinGeckoId: "frax-share",
|
|
28053
|
-
displayDecimals:
|
|
27901
|
+
displayDecimals: 2
|
|
28054
27902
|
},
|
|
28055
27903
|
{
|
|
28056
27904
|
chainId: 56,
|
|
@@ -28230,7 +28078,7 @@ var tokens$1 = [
|
|
|
28230
28078
|
decimals: 6,
|
|
28231
28079
|
logoUri: "https://assets.coingecko.com/coins/images/15468/original/NxLfA-LK_400x400.png?1696515114",
|
|
28232
28080
|
coinGeckoId: "tron-bsc",
|
|
28233
|
-
displayDecimals:
|
|
28081
|
+
displayDecimals: 2
|
|
28234
28082
|
},
|
|
28235
28083
|
{
|
|
28236
28084
|
chainId: 56,
|
|
@@ -28509,26 +28357,6 @@ function nextVersion(base, bump) {
|
|
|
28509
28357
|
}
|
|
28510
28358
|
}
|
|
28511
28359
|
|
|
28512
|
-
var TokenListTagNames;
|
|
28513
|
-
|
|
28514
|
-
(function (TokenListTagNames) {
|
|
28515
|
-
// Networks
|
|
28516
|
-
TokenListTagNames["MAINNET"] = "Mainnet";
|
|
28517
|
-
TokenListTagNames["OPTIMISM"] = "Optimism";
|
|
28518
|
-
TokenListTagNames["ARBITRUM"] = "Arbitrum";
|
|
28519
|
-
TokenListTagNames["AVALANCHE"] = "Avalanche";
|
|
28520
|
-
TokenListTagNames["BASE"] = "Base";
|
|
28521
|
-
TokenListTagNames["TESTNET"] = "TESTNET"; // Coin/currency
|
|
28522
|
-
|
|
28523
|
-
TokenListTagNames["STABLECOIN"] = "Stablecoin";
|
|
28524
|
-
TokenListTagNames["USD"] = "USD";
|
|
28525
|
-
TokenListTagNames["EUR"] = "EUR"; // Misc
|
|
28526
|
-
|
|
28527
|
-
TokenListTagNames["TOP_10"] = "Top10";
|
|
28528
|
-
TokenListTagNames["NATIVE_TOKEN"] = "Native Token";
|
|
28529
|
-
TokenListTagNames["WRAPPED"] = "wrapped";
|
|
28530
|
-
})(TokenListTagNames || (TokenListTagNames = {}));
|
|
28531
|
-
|
|
28532
28360
|
var tokenlist = /*#__PURE__*/featuredTokenlist.tokens.concat( //@ts-ignore
|
|
28533
28361
|
generatedTokenlist.tokens);
|
|
28534
28362
|
function getCurveRouterAddress(chainId) {
|
|
@@ -28687,5 +28515,5 @@ function getNativeWrappedToken(chainId) {
|
|
|
28687
28515
|
return nativeTokens[0];
|
|
28688
28516
|
}
|
|
28689
28517
|
|
|
28690
|
-
export { CURVE_ROUTER_ABI,
|
|
28518
|
+
export { CURVE_ROUTER_ABI, VersionUpgrade, YODL_ROUTER_ABIS, diffTokenLists, getChain, getChains, getCurveRouterAddress, getFeaturedTokenBySymbol, getFiatCurrencies, getFiatCurrency, getFiatFeeds, getLatestRouter, getNativeToken, getNativeWrappedToken, getPriceFeed, getPriceFeeds, getRouter, getRouterAbi, getRouterByAddress, getRouters, getShortNames, getTokenByAddress, getTokenBySymbol, getTokenFeeds, getTokens, getVersionUpgrade, isVersionUpdate, minVersionBump, nextVersion, tokenlist, versionComparator };
|
|
28691
28519
|
//# sourceMappingURL=tokenlists.esm.js.map
|